mirror of
https://github.com/semver/semver.git
synced 2025-08-22 22:08:33 +00:00
Update checks.yml
Typo on workflow name
This commit is contained in:
parent
0c5f2fcf18
commit
fb72e13228
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Check chagnes
|
name: Check changes
|
||||||
|
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
@ -11,4 +11,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "12.x"
|
node-version: "12.x"
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
Loading…
Reference in New Issue
Block a user