Revise linter Actions workflow

This commit is contained in:
James M. Greene
2022-09-16 23:16:38 -05:00
parent 503d9f28e7
commit 6e7a81b68f

View File

@@ -1,4 +1,4 @@
name: Checking linter name: Check linter
on: on:
push: push:
@@ -31,4 +31,4 @@ jobs:
run: npm ci run: npm ci
- name: Verify linter - name: Verify linter
run: npm run lint run: npm run lint:check