cierbose prefligit run

This commit is contained in:
Jade Ellis 2025-06-21 18:38:19 +01:00
parent d1731fa8a0
commit d1fa9d2af6
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -20,5 +20,5 @@ runs:
with: with:
path: ~/.cache/prefligit path: ~/.cache/prefligit
key: prefligit-0|${{ hashFiles('.pre-commit-config.yaml') }} key: prefligit-0|${{ hashFiles('.pre-commit-config.yaml') }}
- run: prefligit run --show-diff-on-failure --color=always ${{ inputs.extra_args }} - run: prefligit run --show-diff-on-failure --color=always -v ${{ inputs.extra_args }}
shell: bash shell: bash