Skip to content

Commit

Permalink
CI: Lint with Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Jul 28, 2024
1 parent 9ee01f8 commit a931b38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: Install dependencies
run: |
pip install .[test]
- name: Lint with Ruff
run: ruff check not_my_board tests doc
- name: Check format with Black
run: black --check --quiet not_my_board tests doc
run: black --check not_my_board tests doc
- name: Check import statement order with isort
run: isort --check not_my_board tests
- name: Check spelling
Expand Down

0 comments on commit a931b38

Please sign in to comment.