From 13816fbf69b9a4148a67ef7510098aeda5429920 Mon Sep 17 00:00:00 2001 From: Mohan <36844205+m0hanraj@users.noreply.github.com> Date: Sat, 25 Mar 2023 16:09:25 +0000 Subject: [PATCH] Renames JS github action name --- .github/workflows/js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index ac53a24..f0d0b5f 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -1,9 +1,9 @@ -name: JS lint & test +name: JS on: [push] jobs: build: - name: JS Lint & Test + name: Lint & Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v3