File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' main'
7+ permissions :
8+ id-token : write # Required for OIDC
9+ contents : read
710
811jobs :
912 TestAndLint :
1821 with :
1922 node-version : " 20.14.0"
2023 cache : " pnpm"
24+ registry-url : ' https://registry.npmjs.org'
2125 - run : pnpm install
22- - name : Set publishing config
23- run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
24- env :
25- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
2626 - name : Pre Publish hook call
2727 run : pnpm workspace:prePublish
2828 - name : publish
Original file line number Diff line number Diff line change 66 "bracketSpacing" : false ,
77 "quoteProps" : " consistent" ,
88 "arrowParens" : " always" ,
9- "printWidth" : 80
9+ "printWidth" : 120
1010}
Original file line number Diff line number Diff line change 11{
22 "name" : " @dotmh/prettier-config" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "description" : " A Prettier config for DotMH.io projects" ,
55 "main" : " index.json" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments