Skip to content

Commit 2c8a3cb

Browse files
authored
ci: Make Code quality check run pre-commit (#619)
1 parent 6340404 commit 2c8a3cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115115

116116
code-quality:
117-
name: Code quality (ty and ruff)
117+
name: Code quality (ty and pre-commit hooks)
118118
runs-on: ubuntu-latest
119119
steps:
120120
- name: Checkout repository
@@ -129,8 +129,8 @@ jobs:
129129
with:
130130
groups: check test plot
131131

132+
- name: Run pre-commit hooks
133+
run: uv run pre-commit run --all-files
134+
132135
- name: Run ty
133136
run: uv run ty check --output-format=github
134-
135-
- name: Run ruff
136-
run: uv run ruff check --output-format=github

0 commit comments

Comments
 (0)