run typescript checks in ci

This commit is contained in:
Bruno Windels 2021-08-18 17:46:37 +02:00
parent e2cdadc714
commit e1481f2947
1 changed files with 5 additions and 1 deletions

View File

@ -42,4 +42,8 @@ jobs:
- name: Unit tests
run: yarn test
- name: Lint
run: yarn run lint-ci
run: yarn run lint-ci
- name: Typescript
run: yarn run tsc
- name: Typescript lint
run: yarn run lint-ts