From b463fdb52cdd7a46b447bcb7394ce36e22b81128 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 17 Apr 2023 23:54:37 -0500 Subject: [PATCH] Shorten workflow names for better badges --- .github/workflows/check-dist.yml | 2 +- .github/workflows/check-formatting.yml | 2 +- .github/workflows/check-linter.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: