Merge pull request #131 from actions/dist-check-rename

Improve name of distributables checking workflow
This commit is contained in:
James M. Greene
2023-03-07 22:50:27 -06:00
committed by GitHub

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 dist/
name: Check distributables
on:
push: