This commit is contained in:
Dan Saunders
2025-08-29 22:10:10 -04:00
parent e888e38ce7
commit 367f7eb3a6
7 changed files with 37 additions and 29 deletions

View File

@@ -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