Skip to content

Commit 5ba22c5

Browse files
committed
add check command to ruff
1 parent 675dcd6 commit 5ba22c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: isort --check-only .
2626

2727
- name: Run Ruff
28-
run: ruff .
28+
run: ruff check .

0 commit comments

Comments
 (0)