Skip to content

Commit cf94531

Browse files
Fix GitHub actions workflow. Use 'ruff check' instead of 'ruff'.
1 parent 780a4e1 commit cf94531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Type Checker
2828
run: |
2929
mypy ptpython
30-
ruff .
30+
ruff check .
3131
ruff format --check .
3232
- name: Run Tests
3333
run: |

0 commit comments

Comments
 (0)