Skip to content

Commit 17494a2

Browse files
committed
Nerf the lint boss by displaying their weaknesses
1 parent df49109 commit 17494a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CodeQuality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
git fetch origin "$GITHUB_BASE_REF":"$GITHUB_BASE_REF"
5858
git branch "$GITHUB_HEAD_REF"
5959
. "$GITHUB_WORKSPACE"/venv/bin/activate
60-
pre-commit run --from-ref "$GITHUB_BASE_REF" --to-ref "$GITHUB_HEAD_REF"
60+
pre-commit run --from-ref "$GITHUB_BASE_REF" --to-ref "$GITHUB_HEAD_REF" --show-diff-on-failure

0 commit comments

Comments
 (0)