From 922c9077b66b061e9f644eedf0022907ac6df161 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 20 Feb 2023 16:02:05 -0700 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f51a847192..22680be549 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,7 +21,7 @@ jobs: secrets: node_version: ${{ secrets.NODE_VERSION }} - lint: + type-check: name: Type check runs-on: ubuntu-latest needs: setup