diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 43edd93..62056d7 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: Distributables +name: Check distributables on: push: diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 06cffb4..7bd7440 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -1,4 +1,4 @@ -name: Formatting +name: Check formatting on: push: diff --git a/.github/workflows/check-linter.yml b/.github/workflows/check-linter.yml index 2d904a3..c52c5e6 100644 --- a/.github/workflows/check-linter.yml +++ b/.github/workflows/check-linter.yml @@ -1,4 +1,4 @@ -name: Linting +name: Check linting on: push: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc1ee73..26870ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Tests +name: Run tests on: push: