Skip to content

Commit

Permalink
Make the lint job depend on the diagnostics job
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jsf9k and mcdonnnj committed Aug 30, 2023
1 parent 3e51119 commit f88b9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
name: Check GitHub status
uses: crazy-max/ghaction-github-status@v3
lint:
needs:
- diagnostics
runs-on: ubuntu-latest
steps:
- id: setup-env
Expand Down

0 comments on commit f88b9d2

Please sign in to comment.