Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 13, 2024
1 parent 22e897a commit 4328fe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
strategy:
matrix:
hook:
- "end-of-file-fixer"
- "trailing-whitespace"
- "mixed-line-ending"
- "end-of-file-fixer"
- "trailing-whitespace"
- "mixed-line-ending"
steps:
- uses: actions/checkout@v4

Expand All @@ -68,7 +68,7 @@ jobs:

- uses: pre-commit/[email protected]
with:
extra_args: ${{ matrix.cmd }} --all-files
extra_args: ${{ matrix.hook }} --all-files
docs:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 4328fe2

Please sign in to comment.