mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
run prettier on ci
This commit is contained in:
parent
7db2eda76c
commit
76fa9bbe00
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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 a new issue