mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
gha: run pre-commit with --color=always
Minor enhancement for the GHA CI. refs https://github.com/apache/cloudstack/pull/11977
This commit is contained in:
@@ -24,9 +24,9 @@ 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
|
||||
ls-lint:
|
||||
name: Run ls-lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user