Skip to content

Commit

Permalink
Fix linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed May 28, 2022
1 parent b14597d commit d6d02fa
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 @@ -34,7 +34,7 @@ jobs:
run: pnpm install

- name: "Run Lint"
run: pnpm run lint -s
run: pnpm run lint

- name: "Check format"
run: pnpm run format:check
Expand Down

0 comments on commit d6d02fa

Please sign in to comment.