Chore: use pre-commit action
This commit is contained in:
parent
b0fe1a8439
commit
15a88accac
1 changed files with 1 additions and 3 deletions
4
.github/workflows/pre_test.yml
vendored
4
.github/workflows/pre_test.yml
vendored
|
|
@ -22,6 +22,4 @@ jobs:
|
|||
run: uv lock --check || { echo "'uv lock --check' failed."; echo "Run 'uv lock' and push your changes."; exit 1; }
|
||||
|
||||
- name: Run pre-commit hooks
|
||||
run: |
|
||||
uv run pip install pre-commit
|
||||
pre-commit run
|
||||
uses: pre-commit/action@v3.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue