Skip to content

Commit c5c5045

Browse files
authored
ci: show pre-commit diff on failure (#1484)
1 parent 019eeef commit c5c5045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
pip install pre-commit
1818
- name: Run Pre-commit
1919
run: |
20-
pre-commit run --all-files
20+
pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)