Skip to content

Commit

Permalink
Fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Sep 22, 2024
1 parent 8b30824 commit 084aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: pre-commit/[email protected]
with:
extra_args: trailing-whitespace run --all-files
extra_args: --all-files trailing-whitespace
- name: Install ESLint
if: success() || failure()
run:
Expand Down

0 comments on commit 084aa25

Please sign in to comment.