mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 08:06:15 +00:00
Revise linter Actions workflow
This commit is contained in:
4
.github/workflows/check-linter.yml
vendored
4
.github/workflows/check-linter.yml
vendored
@@ -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
|
||||
run: npm run lint:check
|
||||
|
||||
Reference in New Issue
Block a user