From 4e8b484add67168c57ca5b881acf72a2cf2b49a7 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 7 Mar 2023 22:48:28 -0600 Subject: [PATCH] Improve name of distributables checking workflow --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index b7d1c1e..8ea7fcb 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 dist/ +name: Check distributables on: push: