Skip to content

Commit

Permalink
Fix gh action ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
DubiousCactus committed Jun 4, 2024
1 parent 3b0ef23 commit 35917f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with ruff
run: |
ruff
ruff check
- name: Type check with pyright
run: |
pyright
Expand Down

0 comments on commit 35917f0

Please sign in to comment.