File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
44on :
55 # Runs on pushes targeting the default branch
66 push :
7- branches : [" main" ]
7+ branches : [' main' ]
88
99 # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
@@ -18,7 +18,7 @@ permissions:
1818# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1919# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2020concurrency :
21- group : " pages"
21+ group : ' pages'
2222 cancel-in-progress : false
2323
2424jobs :
Original file line number Diff line number Diff line change 3838 signoff : true
3939 delete-branch : true
4040 title : ' fix: format code with Prettier'
41- body : ' This pull request fixes the code formatting issues identified by Prettier.'
41+ body : ' This pull request fixes the code formatting issues identified by Prettier.'
Original file line number Diff line number Diff line change 1- node_modules /
1+ node_modules /
Original file line number Diff line number Diff line change 1+ pnpm-lock.yaml
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8+ "format" : " prettier --write ."
89 },
910 "keywords" : [],
1011 "author" : " " ,
You can’t perform that action at this time.
0 commit comments