Skip to content

Commit

Permalink
Move running lint to GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nhairs committed Mar 24, 2024
1 parent a907627 commit 383e586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ jobs:
- name: Test with tox
run: tox

- name: Lint with tox
run: tox -e lint
if: ${{ matrix.python-version == "3.12" && matris.os == "ubuntu-latest" }}
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312, lint
3.12: py312

[testenv]
description = run unit tests
Expand Down

0 comments on commit 383e586

Please # to comment.