aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2021-06-23 22:58:24 +0200
committerGitHub <noreply@github.com>2021-06-23 22:58:24 +0200
commit27c5a5f1026de35d30f508cf8786fb51859263cc (patch)
treee0f70730ae092ea9e2ae8bcf202e488643b7a03b
parent45f672b3cdd22bd064a4a409689f81238a76a9fd (diff)
downloadihatemoney-mirror-27c5a5f1026de35d30f508cf8786fb51859263cc.zip
ihatemoney-mirror-27c5a5f1026de35d30f508cf8786fb51859263cc.tar.gz
ihatemoney-mirror-27c5a5f1026de35d30f508cf8786fb51859263cc.tar.bz2
Run Lint & Docs
-rw-r--r--.github/workflows/python-package.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index a62e8e5..087426f 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -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'