Skip to content

Commit d4d0b3d

Browse files
committed
Move running lint to GHA workflow
1 parent a907627 commit d4d0b3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ jobs:
4545
4646
- name: Test with tox
4747
run: tox
48+
49+
- name: Lint with tox
50+
run: tox -e lint
51+
if: "${{ matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' }}"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python =
1313
3.9: py39
1414
3.10: py310
1515
3.11: py311
16-
3.12: py312, lint
16+
3.12: py312
1717

1818
[testenv]
1919
description = run unit tests

0 commit comments

Comments
 (0)