Skip to content

Commit 27c2e40

Browse files
committed
Fix github action
1 parent bbaf7c8 commit 27c2e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: uv sync
3131

3232
- name: Run Ruff check
33-
run: uv ruff check
33+
run: uv run ruff check
3434

3535
- name: Run Ruff format
36-
run: uv ruff format --check
36+
run: uv run ruff format --check

0 commit comments

Comments
 (0)