This is an automated email from the ASF dual-hosted git repository. johnbam pushed a commit to branch pre-commit-color-always in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 4bebd5e507beac125fb729e203039f1577fe728f Author: John Bampton <[email protected]> AuthorDate: Tue Nov 4 22:52:49 2025 +1000 pre-commit use colored text in the CI for `pass / fail / skipped` --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6ff997412ff..1518cfec014 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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
