Skip to content

Commit 2d70518

Browse files
committed
Run linting in CI
1 parent 050443f commit 2d70518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
python-version: ${{ matrix.python }}
1717
- run: pip install tox
18-
- run: tox -e py
18+
- run: tox -e py,lint

0 commit comments

Comments
 (0)