Skip to content

Commit

Permalink
chore: install all deps in the lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 8, 2021
1 parent c09ca50 commit 626b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: latest

- name: Install dependencies
run: pnpm install --only=dev --ignore-scripts
run: pnpm install

- name: Format ✨
run: pnpm test.format
Expand Down

0 comments on commit 626b292

Please sign in to comment.