Skip to content

Commit e15fd38

Browse files
committed
fix:ruff
1 parent 2661d85 commit e15fd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run ruff
2626
shell: bash
2727
run: |
28-
poetry run ruff
28+
poetry run ruff check
2929
3030
test:
3131
needs: [ 'ruff' ]

0 commit comments

Comments
 (0)