oops actually use npm run check
This commit is contained in:
parent
a796b593bc
commit
59a1feac39
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -29,8 +29,9 @@ jobs:
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- run: npm ci
|
||||
|
||||
- name: Check types and style
|
||||
run: npm check
|
||||
run: npm run check
|
||||
|
||||
- name: Test
|
||||
run: npm test
|
||||
|
Loading…
Reference in New Issue
Block a user