We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pass / fail / skipped
1 parent fff4caf commit ac3b180Copy full SHA for ac3b180
.github/workflows/pre-commit.yml
@@ -44,6 +44,6 @@ jobs:
44
path: ~/.cache/pre-commit
45
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
46
- name: Run pre-commit
47
- run: pre-commit run --all-files
+ run: pre-commit run --color=always --all-files
48
- name: Run manual pre-commit hooks
49
- run: pre-commit run --all-files --hook-stage manual
+ run: pre-commit run --color=always --all-files --hook-stage manual
0 commit comments