pre-commit use colored text in the CI for pass / fail / skipped (#11977)

This commit is contained in:
John Bampton 2025-11-13 20:29:07 +10:00 committed by GitHub
parent fff4cafdca
commit ac3b18095a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,6 @@ jobs:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit
run: pre-commit run --all-files
run: pre-commit run --color=always --all-files
- name: Run manual pre-commit hooks
run: pre-commit run --all-files --hook-stage manual
run: pre-commit run --color=always --all-files --hook-stage manual