diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9e26018b8..e37198380d 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: yarn tsc + run: yarn tsc testing: name: Run tests runs-on: ubuntu-latest