Skip to content

Commit

Permalink
Try jobs without needs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Feb 19, 2024
1 parent 44ee527 commit 0ccbd72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
linter:
name: Run linter
runs-on: ubuntu-latest
needs: cache-and-run
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -34,7 +33,6 @@ jobs:
prettier:
name: Run prettier
runs-on: ubuntu-latest
needs: cache-and-run
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 0ccbd72

Please sign in to comment.