mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 16:16:16 +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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user