Skip to content

Commit eb70cbc

Browse files
committed
fix(workflow): update ruff command to use 'check' instead of default run for clarity and specificity
1 parent c5797d8 commit eb70cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Run ruff
3939
run: |
40-
uv run ruff .
40+
uv run ruff check .
4141
4242
- name: Run black
4343
run: |

0 commit comments

Comments
 (0)