oops actually use npm run check

This commit is contained in:
Jacky Zhao 2023-07-22 17:42:13 -07:00
parent 76fa9bbe00
commit ab228748ab
1 changed files with 2 additions and 1 deletions

View File

@ -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