Commit d139c70 1 parent aa46fa3 commit d139c70 Copy full SHA for d139c70
File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
GITHUB_PUSH_BASE_SHA : ${{ github.event.base }}
105
105
GITHUB_PUSH_BEFORE_SHA : ${{ github.event.before }}
106
106
format :
107
- needs : metadata
107
+ needs : gitguardian
108
108
runs-on : ubuntu-latest
109
109
steps :
110
110
- id : checkout
@@ -129,7 +129,7 @@ jobs:
129
129
name : Check code formatting
130
130
run : yarn check:format
131
131
lint :
132
- needs : metadata
132
+ needs : gitguardian
133
133
runs-on : ubuntu-latest
134
134
steps :
135
135
- id : checkout
@@ -154,7 +154,7 @@ jobs:
154
154
name : Check lint status
155
155
run : yarn check:lint
156
156
spelling :
157
- needs : metadata
157
+ needs : gitguardian
158
158
runs-on : ubuntu-latest
159
159
steps :
160
160
- id : checkout
@@ -179,7 +179,9 @@ jobs:
179
179
name : Check spelling
180
180
run : yarn check:spelling
181
181
typescript :
182
- needs : metadata
182
+ needs :
183
+ - gitguardian
184
+ - metadata
183
185
runs-on : ubuntu-latest
184
186
strategy :
185
187
fail-fast : false
@@ -222,7 +224,7 @@ jobs:
222
224
name : Run typecheck
223
225
run : yarn typecheck
224
226
test :
225
- needs : metadata
227
+ needs : gitguardian
226
228
runs-on : ubuntu-latest
227
229
strategy :
228
230
fail-fast : false
@@ -275,7 +277,9 @@ jobs:
275
277
GITHUB_SHA : ${{ github.event.pull_request.head.sha || github.sha }}
276
278
GITHUB_WORKSPACE : ${{ github.workspace }}
277
279
build :
278
- needs : metadata
280
+ needs :
281
+ - gitguardian
282
+ - metadata
279
283
runs-on : ubuntu-latest
280
284
steps :
281
285
- id : checkout
You can’t perform that action at this time.
0 commit comments