forked from mystiq/hydrogen-web
run typescript checks in ci
This commit is contained in:
parent
e2cdadc714
commit
e1481f2947
1 changed files with 5 additions and 1 deletions
4
.github/workflows/codechecks.js.yml
vendored
4
.github/workflows/codechecks.js.yml
vendored
|
@ -43,3 +43,7 @@ jobs:
|
|||
run: yarn test
|
||||
- name: Lint
|
||||
run: yarn run lint-ci
|
||||
- name: Typescript
|
||||
run: yarn run tsc
|
||||
- name: Typescript lint
|
||||
run: yarn run lint-ts
|
||||
|
|
Loading…
Reference in a new issue