Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert Actions workflow names since we're overriding in badges
  • Loading branch information
James M. Greene authored and James M. Greene committed Apr 18, 2023
1 parent c77de14 commit efce276
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-formatting.yml
@@ -1,4 +1,4 @@
name: Formatting
name: Check formatting

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-linter.yml
@@ -1,4 +1,4 @@
name: Linting
name: Check linting

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
@@ -1,4 +1,4 @@
name: Tests
name: Run tests

on:
push:
Expand Down

0 comments on commit efce276

Please sign in to comment.