Skip to content

Commit

Permalink
feat: enforce formatting with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ranebrown committed Mar 22, 2024
1 parent 80afa1b commit 169f62a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Check format with ruff
run: |
ruff format --check

0 comments on commit 169f62a

Please sign in to comment.