Skip to content

Commit 38112ca

Browse files
Merge pull request #3614 from AI-Hypercomputer:mattdavidow-lint-battle-a1
PiperOrigin-RevId: 897180861
2 parents 7988f44 + 17494a2 commit 38112ca

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)