From 82fba9fecba71868da9f8356fdfeaad1a132adf3 Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Mon, 14 Feb 2022 18:18:33 -0700 Subject: [PATCH] Rename workflows --- .github/workflows/check_files.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/lint_optional.yml | 4 ++-- .github/workflows/pypi_upload.yml | 2 +- .github/workflows/pytest.yml | 2 +- .github/workflows/pytest_latest.yml | 2 +- README.rst | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check_files.yml b/.github/workflows/check_files.yml index 0efd5235d..e33e280be 100644 --- a/.github/workflows/check_files.yml +++ b/.github/workflows/check_files.yml @@ -1,6 +1,6 @@ # Check file types and sizes -name: Check file types/sizes +name: check files # Controls when the action will run. on: [push, pull_request] diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e40c2a743..ddfce4213 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ # Run isort and black on pushes to main and any pull requests -name: Run isort and black +name: lint # Controls when the action will run. on: diff --git a/.github/workflows/lint_optional.yml b/.github/workflows/lint_optional.yml index e0f2c5df6..f0f97d3c1 100644 --- a/.github/workflows/lint_optional.yml +++ b/.github/workflows/lint_optional.yml @@ -1,6 +1,6 @@ # Runs optional, "nice to have" formatting checks -name: Optional formatting checks +name: optional lint # Controls when the action will run. on: @@ -25,7 +25,7 @@ jobs: with: python-version: "3.8" - - name: Install Pylint + - name: Install pylint run: | pip install pylint diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index d8eebeb1d..428497847 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -1,6 +1,6 @@ # When a tag is pushed, build packages and upload to PyPI -name: PyPI +name: pypi # Trigger when tags are pushed on: diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a5fe43d91..3b35f565c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,6 +1,6 @@ # Install scico requirements and run pytest -name: Unit tests +name: unit tests # Controls when the workflow will run on: diff --git a/.github/workflows/pytest_latest.yml b/.github/workflows/pytest_latest.yml index d465e201c..7bc4cbbd7 100644 --- a/.github/workflows/pytest_latest.yml +++ b/.github/workflows/pytest_latest.yml @@ -1,6 +1,6 @@ # Install scico requirements and run pytest with latest jax version -name: Unit tests with latest jax +name: unit tests: latest jax # Controls when the workflow will run on: diff --git a/README.rst b/README.rst index e0a45dcb9..7444c0f84 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ .. image:: https://github.com/lanl/scico/actions/workflows/pytest.yml/badge.svg :target: https://github.com/lanl/scico/actions/workflows/pytest.yml - :alt: CI status + :alt: Test status .. image:: https://codecov.io/gh/lanl/scico/branch/main/graph/badge.svg?token=wQimmjnzFf :target: https://codecov.io/gh/lanl/scico