Skip to content

Commit

Permalink
Run ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 24, 2023
1 parent 7f5cdc3 commit a9dcdd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: python -m pip install tox
run: python -m pip install tox ruff
- name: Run ruff
run: ruff check .
- name: Run unit tests (via tox)
# Run tox using the version of Python in `PATH`
run: tox -e py
Expand Down

0 comments on commit a9dcdd8

Please sign in to comment.