We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea68f42 commit 58e9366Copy full SHA for 58e9366
1 file changed
.github/workflows/pre-commit.yaml
@@ -11,6 +11,5 @@ jobs:
11
with:
12
python-version: '3.x'
13
- uses: pre-commit/action@v3.0.1
14
- - name: Show diff of fixes
15
- if: failure()
16
- run: git diff
+ with:
+ extra_args: --show-diff-on-failure --color=never
0 commit comments