diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11459013f6..27c7c416cc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: prettier: true - name: Lint check run: yarn lint - - name: Typecheck + - name: Type check uses: andoshin11/typescript-error-reporter-action@v1.0.2 testing: name: Run tests