Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Install ruff
run: pip install . ruff
- name: Run ruff
run: ruff check
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: |
pre-commit install
pre-commit run --all

ci-tests:
runs-on: ${{ matrix.os }}
Expand Down