Skip to content

Commit

Permalink
add ruff checks to github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Apr 27, 2024
1 parent 2b84bd8 commit 8e1b18c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Check for ruff compliance
run: |
pip install ruff && ruff check . && ruff format . --check
- name: Run tests
run: |
python test.py ${{ matrix.frameworks }}

0 comments on commit 8e1b18c

Please sign in to comment.