Skip to content

Commit f6e754f

Browse files
GHA: run pre-commit directly
1 parent 24bc167 commit f6e754f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222
- name: Run code quality checks
23-
run: uvx --with tox-uv tox -e lint
23+
run: pipx pre-commit run -a
2424

2525
test:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)