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.
--color=always
1 parent 4dc234c commit 58264beCopy full SHA for 58264be
.github/workflows/lint.yml
@@ -24,9 +24,9 @@ jobs:
24
path: ~/.cache/pre-commit
25
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
26
- name: Run pre-commit
27
- run: pre-commit run --all-files
+ run: pre-commit run --color=always --all-files
28
- name: Run manual pre-commit hooks
29
- run: pre-commit run --all-files --hook-stage manual
+ run: pre-commit run --color=always --all-files --hook-stage manual
30
ls-lint:
31
name: Run ls-lint
32
runs-on: ubuntu-latest
0 commit comments