Shorten workflow names for better badges

This commit is contained in:
James M. Greene
2023-04-17 23:54:37 -05:00
parent 26c37d6a64
commit b463fdb52c
4 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -1,4 +1,4 @@
name: Check formatting
name: Formatting
on:
push:

View File

@@ -1,4 +1,4 @@
name: Check linter
name: Linting
on:
push:

View File

@@ -1,4 +1,4 @@
name: Run Tests
name: Tests
on:
push: