Skip to content

Commit

Permalink
Fix GitHub actions workflow. Use 'ruff check' instead of 'ruff'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Jul 22, 2024
1 parent 4b45689 commit cd54c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Type Checker
run: |
mypy ptpython
ruff .
ruff check .
ruff format --check .
- name: Run Tests
run: |
Expand Down

0 comments on commit cd54c27

Please sign in to comment.