Skip to content

Commit 03f266b

Browse files
committed
Add a GitHub Action to lint Python code with ruff
1 parent 1d4199c commit 03f266b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python }}
2020
- run: pip install tox
21-
- run: tox py
21+
- run: tox -e py

0 commit comments

Comments
 (0)