mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Run Lint & Docs
This commit is contained in:
parent
45f672b3cd
commit
27c5a5f102
1 changed files with 3 additions and 0 deletions
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
|
@ -28,3 +28,6 @@ jobs:
|
|||
- name: Run Tox
|
||||
# Run tox using the version of Python in `PATH`
|
||||
run: tox -e py
|
||||
- name: Run Lint & Docs
|
||||
run: tox -e lint_docs
|
||||
if: matrix.python-version == '3.8'
|
||||
|
|
Loading…
Reference in a new issue