diff --git a/.github/workflows/codechecks.js.yml b/.github/workflows/codechecks.js.yml index 733e8b55..6ad2f42e 100644 --- a/.github/workflows/codechecks.js.yml +++ b/.github/workflows/codechecks.js.yml @@ -45,5 +45,3 @@ jobs: run: yarn run lint-ci - name: Typescript run: yarn run tsc - - name: Typescript lint - run: yarn run lint-ts