We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7988f44 + 17494a2 commit 38112caCopy full SHA for 38112ca
1 file changed
.github/workflows/CodeQuality.yml
@@ -57,4 +57,4 @@ jobs:
57
git fetch origin "$GITHUB_BASE_REF":"$GITHUB_BASE_REF"
58
git branch "$GITHUB_HEAD_REF"
59
. "$GITHUB_WORKSPACE"/venv/bin/activate
60
- pre-commit run --from-ref "$GITHUB_BASE_REF" --to-ref "$GITHUB_HEAD_REF"
+ pre-commit run --from-ref "$GITHUB_BASE_REF" --to-ref "$GITHUB_HEAD_REF" --show-diff-on-failure
0 commit comments