Skip to content

Commit

Permalink
Add a GitHub Action to lint Python code with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 16, 2023
1 parent 1d4199c commit 03f266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: pip install tox
- run: tox py
- run: tox -e py

0 comments on commit 03f266b

Please sign in to comment.