mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
fix: run pre-commit using uv
This commit is contained in:
parent
b6d550bbc3
commit
09ca561541
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ runs:
|
|||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
- run: pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
|
||||
- run: uv run pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue