diff --git a/.github/workflows/docstr-coverage.yml b/.github/workflows/docstr-coverage.yml index cedae1e..18811f1 100644 --- a/.github/workflows/docstr-coverage.yml +++ b/.github/workflows/docstr-coverage.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: docstr-coverage +name: 100% docstring coverage # Controls when the workflow will run on: diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index cd60b31..57f07bd 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: flake8 +name: flake8 with pep8-naming and flake8-docstrings # Controls when the workflow will run on: diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 231a24c..abef8bb 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -6,7 +6,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Upload Python Package +name: Upload python package to pypi on: release: diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index 7f3359c..8caa4d7 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: readthedocs +name: Generate and deploy docs # Controls when the workflow will run on: