diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 5a3bb203..8f242c7c 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -22,6 +22,7 @@ jobs: python -m pip install --upgrade pip pip install python-semantic-release pipenv make init + make sync_deps - name: Make documentation run: | make docs diff --git a/Makefile b/Makefile index f30fe61e..ccd1d3ad 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ init: pip3 install --upgrade pip pipenv pipenv lock pipenv install --three --dev -lint: flake8 docstyle pylint sync_deps +lint: flake8 docstyle pylint flake8: pipenv run flake8 teslajsonpy docstyle: