diff --git a/.github/workflows/codechecks.js.yml b/.github/workflows/codechecks.js.yml index 2e15c8e7..733e8b55 100644 --- a/.github/workflows/codechecks.js.yml +++ b/.github/workflows/codechecks.js.yml @@ -42,4 +42,8 @@ jobs: - name: Unit tests run: yarn test - name: Lint - run: yarn run lint-ci \ No newline at end of file + run: yarn run lint-ci + - name: Typescript + run: yarn run tsc + - name: Typescript lint + run: yarn run lint-ts