Add `--show-diff-on-failure` to pre-commit in CI

This commit is contained in:
Stephen Kent 2024-01-06 08:36:42 -08:00
parent 3a485537da
commit e50dde1aa7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
run: python3 -m pip install pre-commit
- name: 🔥 Test
run: pre-commit run --all-files
run: pre-commit run --show-diff-on-failure --all-files
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}