Skip to content

Commit 1fd9668

Browse files
committed
fix: uv run pre-commit
1 parent 5b22373 commit 1fd9668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Sync
104104
run: uv sync
105105
- name: Execute linters & type checkers
106-
run: uv pre-commit run --all-files
106+
run: uv run pre-commit run --all-files
107107

108108
without-orjson:
109109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)