From cdf874ccae0a8b2a40d042d11cba9821e9d2aae9 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Thu, 21 Jul 2022 17:21:21 -0400 Subject: [PATCH] Update naming --- .github/workflows/ci_js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_js.yml b/.github/workflows/ci_js.yml index ee0b1a0..b45b13d 100644 --- a/.github/workflows/ci_js.yml +++ b/.github/workflows/ci_js.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Continuous Testing +name: JS/TS Continuous Testing on: push: