diff options
| author | Glandos <bugs-github@antipoul.fr> | 2021-06-23 22:58:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 22:58:24 +0200 |
| commit | 27c5a5f1026de35d30f508cf8786fb51859263cc (patch) | |
| tree | e0f70730ae092ea9e2ae8bcf202e488643b7a03b /.github | |
| parent | 45f672b3cdd22bd064a4a409689f81238a76a9fd (diff) | |
| download | ihatemoney-mirror-27c5a5f1026de35d30f508cf8786fb51859263cc.zip ihatemoney-mirror-27c5a5f1026de35d30f508cf8786fb51859263cc.tar.gz ihatemoney-mirror-27c5a5f1026de35d30f508cf8786fb51859263cc.tar.bz2 | |
Run Lint & Docs
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-package.yml | 3 |
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' |
