Skip to content

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 29, 2024
1 parent 4482164 commit 57141ea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
matrix:
hook:
- name: "Check EOF format"
args: "end-of-file-fixer --all-files"
args: "end-of-file-fixer"
- name: "Check trailing whitespace"
args: "trailing-whitespace --all-files"
args: "trailing-whitespace"
- name: "Check line ending format"
args: "mixed-line-ending --fix=lf --all-files"
args: "mixed-line-ending"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 57141ea

Please sign in to comment.