Skip to content

Commit 3619c45

Browse files
jsf9kmcdonnnj
andcommitted
Make the lint job depend on the diagnostics job
Even though the diagnostics job is not currently configured to fail due to the GitHub status, it is still true that if the job is unable to run that does not bode well for the lint job's successful execution. Co-authored-by: Nick <[email protected]>
1 parent a62ebe7 commit 3619c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
name: Check GitHub status
2222
uses: crazy-max/ghaction-github-status@v3
2323
lint:
24+
needs:
25+
- diagnostics
2426
runs-on: ubuntu-latest
2527
steps:
2628
- id: setup-env

0 commit comments

Comments
 (0)