run prettier on ci

This commit is contained in:
Jacky Zhao 2023-07-22 17:39:10 -07:00
parent 7db2eda76c
commit 76fa9bbe00

View File

@ -29,6 +29,8 @@ jobs:
${{ runner.os }}-node-
- run: npm ci
- name: Check types and style
run: npm check
- name: Test
run: npm test