Skip to content

Commit

Permalink
Add check that the hook is configured for pre-commit in CI (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jun 28, 2024
1 parent 96bbffb commit 0e99ab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Install testing dependencies
run: python -m pip install '.[dev]'

- name: Validate pre-commit hook
run: pre-commit try-repo . strip-exif --all-files

- name: Run tests
run: pytest

Expand Down

0 comments on commit 0e99ab5

Please sign in to comment.