Skip to content

Commit

Permalink
chore(github-workflows): Add missing "yarn" command
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Jul 18, 2024
1 parent 8e73ee1 commit 64e098d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version-file: .tool-versions
cache: yarn
- run: yarn
- run: yarn lint:prettier

# tsc:
Expand Down

0 comments on commit 64e098d

Please sign in to comment.