Skip to content

Commit

Permalink
Don't run yarn in subsequent steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran authored Feb 19, 2024
1 parent 2bb5963 commit ca47339
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 @@ -29,7 +29,6 @@ jobs:
with:
node-version: 18
cache: yarn
- run: yarn install
- run: yarn lint
prettier:
name: Run prettier
Expand All @@ -41,5 +40,4 @@ jobs:
with:
node-version: 18
cache: yarn
- run: yarn install
- run: yarn prettier src --check

0 comments on commit ca47339

Please sign in to comment.