From c4ac35c7fdb2888d0a1f61a084daf72d5ea9b7d4 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 2 May 2024 11:22:08 -0400 Subject: [PATCH] Fix name --- .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 5c4bd8b..283f46f 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -1,4 +1,4 @@ -# In TypeScript actions, `dist/` is a special directory. When you reference +# In JavaScript actions, `dist/` is a special directory. When you reference # an action with the `uses:` property, `dist/index.js` is the code that will be # run. For this project, the `dist/index.js` file is transpiled from other # source files. This workflow ensures the `dist/` directory contains the