Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Feb 15, 2022
1 parent e8531e8 commit 82fba9f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_files.yml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_optional.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
python-version: "3.8"

- name: Install Pylint
- name: Install pylint
run: |
pip install pylint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install scico requirements and run pytest

name: Unit tests
name: unit tests

# Controls when the workflow will run
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_latest.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82fba9f

Please sign in to comment.