diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec231e5..4abb20d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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