Skip to content

Commit 253ee53

Browse files
committed
Run ruff as a python module to see if that works.
1 parent 9065eab commit 253ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
poetry install
2929
3030
- name: Run Ruff
31-
run: ruff check --output-format=github
31+
run: python -m ruff check --output-format=github

0 commit comments

Comments
 (0)