File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ concurrency:
3939 group : ${{ github.workflow }}-${{ github.ref }}
4040 cancel-in-progress : true
4141jobs :
42- setup :
42+ metadata :
4343 if : |
4444 github.event_name == 'pull_request' ||
4545 github.event_name == 'workflow_dispatch' ||
7171 key : ${{ runner.os }}-${{ github.run_id }}
7272 path : ${{ env.CACHE_PATH }}
7373 format :
74- needs : setup
74+ needs : metadata
7575 runs-on : ubuntu-latest
7676 steps :
7777 - id : checkout
9696 name : Check code formatting
9797 run : yarn check:format
9898 lint :
99- needs : setup
99+ needs : metadata
100100 runs-on : ubuntu-latest
101101 steps :
102102 - id : checkout
@@ -121,7 +121,7 @@ jobs:
121121 name : Check lint status
122122 run : yarn check:lint
123123 spelling :
124- needs : setup
124+ needs : metadata
125125 runs-on : ubuntu-latest
126126 steps :
127127 - id : checkout
@@ -146,7 +146,7 @@ jobs:
146146 name : Check spelling
147147 run : yarn check:spelling
148148 typescript :
149- needs : setup
149+ needs : metadata
150150 runs-on : ubuntu-latest
151151 strategy :
152152 fail-fast : false
@@ -180,7 +180,7 @@ jobs:
180180 name : Run typecheck
181181 run : yarn typecheck
182182 test :
183- needs : setup
183+ needs : metadata
184184 runs-on : ubuntu-latest
185185 strategy :
186186 fail-fast : false
@@ -233,7 +233,7 @@ jobs:
233233 GITHUB_SHA : ${{ github.sha }}
234234 GITHUB_WORKSPACE : ${{ github.workspace }}
235235 build :
236- needs : setup
236+ needs : metadata
237237 runs-on : ubuntu-latest
238238 steps :
239239 - id : checkout
You can’t perform that action at this time.
0 commit comments