disable ts lint on CI

This commit is contained in:
Bruno Windels 2021-08-18 18:52:19 +02:00
parent 073743927d
commit c99c5e62ba
1 changed files with 0 additions and 2 deletions

View File

@ -45,5 +45,3 @@ jobs:
run: yarn run lint-ci
- name: Typescript
run: yarn run tsc
- name: Typescript lint
run: yarn run lint-ts