File tree Expand file tree Collapse file tree 5 files changed +40
-25
lines changed
Expand file tree Collapse file tree 5 files changed +40
-25
lines changed Original file line number Diff line number Diff line change 1- name : " @fireproof/core-cloud-cf-deploy"
1+ name : ' @fireproof/core-cloud-cf-deploy'
22on :
33 push :
44 tags :
5- - " core-cf@*"
5+ - ' core-cf@*'
66 paths-ignore :
7- - " dashboard/**"
7+ - ' dashboard/**'
88
99env :
10- FP_CI : " fp_ci"
11- GIT_DISCOVERY_ACROSS_FILESYSTEM : " true"
10+ FP_CI : ' fp_ci'
11+ GIT_DISCOVERY_ACROSS_FILESYSTEM : ' true'
1212
1313jobs :
1414 ci :
Original file line number Diff line number Diff line change 1- name : " @fireproof/core - CI - base"
1+ name : ' @fireproof/core - CI - base'
22
33on :
44 workflow_call :
1111 # required: true
1212
1313env :
14- FP_CI : " fp_ci"
15- GIT_DISCOVERY_ACROSS_FILESYSTEM : " true"
14+ FP_CI : ' fp_ci'
15+ GIT_DISCOVERY_ACROSS_FILESYSTEM : ' true'
1616
1717jobs :
1818 pre-build :
@@ -165,7 +165,7 @@ jobs:
165165 smoke :
166166 timeout-minutes : 4
167167 name : smoke
168- needs : [" test-node", " build" ]
168+ needs : [' test-node', ' build' ]
169169 runs-on : blacksmith-4vcpu-ubuntu-2204
170170 steps :
171171 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- name : " @fireproof/core"
1+ name : ' @fireproof/core'
22on :
33 push :
44 tags :
5- - " *"
6- - " !core-cf@*"
7- - " !v*"
8- - " *"
5+ - ' *'
6+ - ' !core-cf@*'
7+ - ' !v*'
98 paths-ignore :
10- - " dashboard/**"
9+ - ' dashboard/**'
1110
1211concurrency :
1312 group : ${{ github.workflow }}-${{ github.ref }}
1413 cancel-in-progress : true
1514
1615env :
17- FP_CI : " fp_ci"
18- GIT_DISCOVERY_ACROSS_FILESYSTEM : " true"
16+ FP_CI : ' fp_ci'
17+ GIT_DISCOVERY_ACROSS_FILESYSTEM : ' true'
1918
2019jobs :
2120 ci :
Original file line number Diff line number Diff line change 1- name : " @fireproof/dashboard"
1+ name : ' @fireproof/dashboard'
22on :
33 push :
44 tags :
5- - " dashboard@**"
5+ - ' dashboard@**'
66 branches :
7- - " mabels/backend"
7+ - ' mabels/backend'
88 paths :
9- - " dashboard/**"
9+ - ' dashboard/**'
1010
1111 pull_request :
1212 branches :
13- - " mabels/backend"
13+ - ' mabels/backend'
1414 paths :
15- - " dashboard/**"
15+ - ' dashboard/**'
1616
1717concurrency :
1818 group : dashboard-${{ github.workflow }}-${{ github.ref }}
3737 with :
3838 run_install : false
3939 version : 10
40- cache : " pnpm"
40+ cache : ' pnpm'
4141
4242 - uses : actions/checkout@v4
4343
Original file line number Diff line number Diff line change 22 "printWidth": 132,
33 "singleQuote": false,
44 "semi": true,
5- "useTabs": false
5+ "useTabs": false,
6+ "overrides": [
7+ {
8+ "files": ".github/workflows/*.yaml",
9+ "options": {
10+ "singleQuote": true,
11+ "quoteProps": "preserve"
12+ }
13+ },
14+ {
15+ "files": ".github/workflows/*.yml",
16+ "options": {
17+ "singleQuote": true,
18+ "quoteProps": "preserve"
19+ }
20+ }
21+ ]
622}
You can’t perform that action at this time.
0 commit comments