Skip to content

Commit

Permalink
will this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 30, 2024
1 parent 27cf3dc commit bdcfb1c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- cmd: "end-of-file-fixer"
- cmd: "trailing-whitespace"
- cmd: "mixed-line-ending"
hook:
- "end-of-file-fixer"
- "trailing-whitespace"
- "mixed-line-ending"
steps:
- uses: actions/checkout@v4

Expand All @@ -55,8 +56,8 @@ jobs:
run: |
python3 -m pip install ".[dev]"
- name: Run pre-commit ${{ matrix.cmd }} hook
run: pre-commit run ${{ matrix.cmd }} --all-files
- name: Run pre-commit ${{ matrix.hook.cmd }} hook
run: pre-commit run ${{ matrix.hook.cmd }} --all-files
docs:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit bdcfb1c

Please sign in to comment.