Skip to content

Commit beb3ccc

Browse files
authored
Merge pull request #2407 from jbampton/pre-commit-color-always
2 parents bd56304 + ad72860 commit beb3ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
path: ~/.cache/pre-commit
4949
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
5050
- name: Run pre-commit
51-
run: pre-commit run --all-files
51+
run: pre-commit run --color=always --all-files

0 commit comments

Comments
 (0)