Skip to content

Commit

Permalink
run ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 24, 2024
1 parent 84938fc commit e8d9a59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Install
run: pip install .[development]

- name: Lint
run: |
ruff format . --check
ruff check .
- name: Test
run: |
python run_tests.py
Expand Down

0 comments on commit e8d9a59

Please sign in to comment.