Skip to content

Commit 77b3347

Browse files
committed
Add color to pre-commit run
1 parent 18b69b3 commit 77b3347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Update pre-commit hooks
3333
run: |
3434
pre-commit install
35-
pre-commit run --all-files
35+
pre-commit run --all-files --color always

0 commit comments

Comments
 (0)