Run Lint & Docs

This commit is contained in:
Glandos 2021-06-23 22:58:24 +02:00 committed by GitHub
parent 45f672b3cd
commit 27c5a5f102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,3 +28,6 @@ jobs:
- name: Run Tox - name: Run Tox
# Run tox using the version of Python in `PATH` # Run tox using the version of Python in `PATH`
run: tox -e py run: tox -e py
- name: Run Lint & Docs
run: tox -e lint_docs
if: matrix.python-version == '3.8'