Skip to content

Commit

Permalink
ci: reduce ci test when linting fails (#4280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Sep 16, 2022
1 parent c28f370 commit 185ba3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -54,10 +54,12 @@ jobs:
npm run lint
coverage-nix:
needs: linter
permissions:
contents: read
uses: ./.github/workflows/coverage-nix.yml
coverage-win:
needs: linter
permissions:
contents: read
uses: ./.github/workflows/coverage-win.yml
Expand Down

0 comments on commit 185ba3c

Please sign in to comment.