diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 62056d7..43edd93 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -3,7 +3,7 @@ # `index.js` is the code that will run. # For our project, we generate this file using `ncc` # We need to make sure the checked-in `index.js` actually matches what we expect it to be. -name: Check distributables +name: Distributables on: push: diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 7bd7440..06cffb4 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -1,4 +1,4 @@ -name: Check formatting +name: Formatting on: push: diff --git a/.github/workflows/check-linter.yml b/.github/workflows/check-linter.yml index e8e8fd4..2d904a3 100644 --- a/.github/workflows/check-linter.yml +++ b/.github/workflows/check-linter.yml @@ -1,4 +1,4 @@ -name: Check linter +name: Linting on: push: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8767970..bc1ee73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Run Tests +name: Tests on: push: