From ceeea0d36f3f48f2f0dd6e023f657d333db932c2 Mon Sep 17 00:00:00 2001 From: Curtis Stallings Date: Mon, 13 Feb 2023 11:18:05 -0600 Subject: [PATCH 1/2] Update action names --- .github/workflows/docstr-coverage.yml | 2 +- .github/workflows/flake8.yml | 2 +- .github/workflows/python-publish.yml | 2 +- .github/workflows/readthedocs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docstr-coverage.yml b/.github/workflows/docstr-coverage.yml index cedae1e..888e1f9 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: Test for 100% docstring coverage # Controls when the workflow will run on: diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index cd60b31..e8a3ffb 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: Test 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: From 0f52be2c8d913485eafe5e9b70493d87cdd836e2 Mon Sep 17 00:00:00 2001 From: Curtis Stallings Date: Thu, 16 Feb 2023 13:38:21 -0600 Subject: [PATCH 2/2] Name changes --- .github/workflows/docstr-coverage.yml | 2 +- .github/workflows/flake8.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docstr-coverage.yml b/.github/workflows/docstr-coverage.yml index 888e1f9..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: Test for 100% docstring 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 e8a3ffb..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: Test flake8 with pep8-naming and flake8-docstrings +name: flake8 with pep8-naming and flake8-docstrings # Controls when the workflow will run on: