mirror of https://github.com/logos-co/roadmap.git
run prettier on ci
This commit is contained in:
parent
7db2eda76c
commit
76fa9bbe00
|
@ -29,6 +29,8 @@ jobs:
|
|||
${{ runner.os }}-node-
|
||||
|
||||
- run: npm ci
|
||||
- name: Check types and style
|
||||
run: npm check
|
||||
|
||||
- name: Test
|
||||
run: npm test
|
||||
|
|
Loading…
Reference in New Issue