fix
This commit is contained in:
2
.github/workflows/precommit-autoupdate.yml
vendored
2
.github/workflows/precommit-autoupdate.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Update pre-commit hooks
|
||||
id: update
|
||||
run: |
|
||||
uv pip --system install pre-commit
|
||||
uv pip install --system pre-commit
|
||||
pre-commit autoupdate
|
||||
if [[ -n $(git status --porcelain) ]]; then
|
||||
echo "changes=true" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user