Add `--show-diff-on-failure` option to Python lint checks in GitHub Actions.

pull/58/head
alufers 2 years ago
parent b341493b1d
commit 8529b6c02d

@ -34,7 +34,7 @@ jobs:
poetry install
- name: Run Python lint checks
run: |
poetry run pre-commit run --all-files
poetry run pre-commit run --all-files --show-diff-on-failure
- name: Run Python tests
run: |
poetry run pytest --cov

Loading…
Cancel
Save