mirror of https://github.com/apache/cloudstack.git
pre-commit use colored text in the CI for `pass / fail / skipped` (#11977)
This commit is contained in:
parent
fff4cafdca
commit
ac3b18095a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue