Run linters with GitHub Actions.

This commit is contained in:
Jakub Gocławski 2024-05-28 15:36:32 +02:00
parent e1a2eabc08
commit 7c2d465ab4
No known key found for this signature in database
GPG key ID: DB23479BBC13E2A3

View file

@ -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