We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a918e commit 847c480Copy full SHA for 847c480
.github/workflows/build.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Install pre-commit
26
run: pip install pre-commit
27
- name: Run pre-commit
28
- run: pre-commit run --all-files
+ run: pre-commit run --all-files --show-diff-on-failure
build/action.yml
@@ -61,7 +61,7 @@ runs:
61
- name: Pre-commit hooks
62
shell: bash
63
run: |
64
- pre-commit run --all-files
+ pre-commit run --all-files --show-diff-on-failure
65
- name: Install pytest
66
67
run: pip install pytest
0 commit comments