Skip to content

Commit

Permalink
Fix job IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Feb 19, 2024
1 parent 58f7af0 commit 7703227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: yarn lint
run-linter:
run-prettier:
needs: install-dependencies
steps:
- uses: actions/checkout@v4
- run: yarn prettier --check
run-linter:
run-tests:
needs: install-dependencies
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7703227

Please sign in to comment.