Skip to content

Commit

Permalink
ci: install linting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Aug 11, 2023
1 parent 9d4cf38 commit 163e21f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm lint
- run: |
pnpm install
pnpm lint

0 comments on commit 163e21f

Please sign in to comment.