mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
pre-commit use colored text in the CI for pass / fail / skipped (#11977)
This commit is contained in:
parent
fff4cafdca
commit
ac3b18095a
4
.github/workflows/pre-commit.yml
vendored
4
.github/workflows/pre-commit.yml
vendored
@ -44,6 +44,6 @@ jobs:
|
|||||||
path: ~/.cache/pre-commit
|
path: ~/.cache/pre-commit
|
||||||
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||||
- name: Run pre-commit
|
- name: Run pre-commit
|
||||||
run: pre-commit run --all-files
|
run: pre-commit run --color=always --all-files
|
||||||
- name: Run manual pre-commit hooks
|
- 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…
x
Reference in New Issue
Block a user