diff --git a/.github/workflows/lint-build-test.yml b/.github/workflows/lint-build-test.yml index b5c0fc8c1ba..ed47b5fd6ca 100644 --- a/.github/workflows/lint-build-test.yml +++ b/.github/workflows/lint-build-test.yml @@ -53,6 +53,8 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - run: yarn --immutable + - run: yarn why typescript + - run: yarn why @typescript-eslint/typescript-estree - run: yarn lint - name: Require clean working directory shell: bash