Revert Actions workflow names since we're overriding in badges

This commit is contained in:
James M. Greene
2023-04-18 00:18:00 -05:00
parent c77de140c8
commit efce2761be
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
# `index.js` is the code that will run. # `index.js` is the code that will run.
# For our project, we generate this file using `ncc` # 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. # We need to make sure the checked-in `index.js` actually matches what we expect it to be.
name: Distributables name: Check distributables
on: on:
push: push:

View File

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

View File

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

View File

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