diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 27c7c416cc..d9e26018b8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: - name: Lint check run: yarn lint - name: Type check - uses: andoshin11/typescript-error-reporter-action@v1.0.2 + uses: yarn tsc testing: name: Run tests runs-on: ubuntu-latest