mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
run typescript checks in ci
This commit is contained in:
parent
e2cdadc714
commit
e1481f2947
6
.github/workflows/codechecks.js.yml
vendored
6
.github/workflows/codechecks.js.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user