Skip to content

Commit

Permalink
Fix passing arg to linter (#6499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Oct 26, 2023
1 parent 536d161 commit 85bfdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: npm ci

- name: Run lint
run: npm run lint --quiet
run: npm run lint -- --quiet

0 comments on commit 85bfdb6

Please sign in to comment.