From e8bd8cedae2bcf642a28bf4dd0c2708176b4dc74 Mon Sep 17 00:00:00 2001 From: Aryan Goharzad Date: Mon, 30 Jan 2023 15:36:09 -0500 Subject: [PATCH] Typo --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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