Skip to content

Commit

Permalink
Run linters with GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoclawski committed May 28, 2024
1 parent e1a2eab commit 7c2d465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Install tox and any other packages
run: pip install tox
- name: Run tox
run: tox -e py
run: tox run -e lint,py

0 comments on commit 7c2d465

Please sign in to comment.