Skip to content

Commit ceef283

Browse files
author
Kyon Caldera
committed
ci: run pre-commit in python.yml
1 parent 2f8f092 commit ceef283

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
fi
4949
echo "✓ Tests directory found"
5050
51+
- name: Run pre-commit
52+
run: |
53+
uv run pre-commit run --all-files
54+
5155
- name: Run tests
5256
run: |
5357
uv run --frozen pytest --cov --cov-branch --cov-report=term-missing --cov-report=xml:${{ matrix.package }}-coverage.xml

0 commit comments

Comments
 (0)