From 6e7a81b68fbc8e90974917b68afd4868c59cdaa2 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 16 Sep 2022 23:16:38 -0500 Subject: [PATCH] Revise linter Actions workflow --- .github/workflows/check-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-linter.yml b/.github/workflows/check-linter.yml index 7e801a5..9c0f870 100644 --- a/.github/workflows/check-linter.yml +++ b/.github/workflows/check-linter.yml @@ -1,4 +1,4 @@ -name: Checking linter +name: Check linter on: push: @@ -31,4 +31,4 @@ jobs: run: npm ci - name: Verify linter - run: npm run lint \ No newline at end of file + run: npm run lint:check