Skip to content

Commit 35917f0

Browse files
committed
Fix gh action ruff check
1 parent 3b0ef23 commit 35917f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Lint with ruff
3333
run: |
34-
ruff
34+
ruff check
3535
- name: Type check with pyright
3636
run: |
3737
pyright

0 commit comments

Comments
 (0)