Skip to content

Commit

Permalink
run ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
awdem committed Nov 18, 2024
1 parent 55a71f7 commit dd92137
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install
run: pip install .[development]

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

0 comments on commit dd92137

Please sign in to comment.