From 4b8c70494f65b67415802fb05c20eb572d328350 Mon Sep 17 00:00:00 2001 From: pankalog Date: Sat, 3 Feb 2024 15:46:14 +0100 Subject: [PATCH] Remove Typecheck --- .github/workflows/typescript-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/typescript-build.yml b/.github/workflows/typescript-build.yml index e0ce3dd..feb48e1 100644 --- a/.github/workflows/typescript-build.yml +++ b/.github/workflows/typescript-build.yml @@ -23,9 +23,6 @@ jobs: - name: Install Dependencies run: npm install - - name: Typecheck - uses: andoshin11/typescript-error-reporter-action@v1.0.2 - - name: Get diff lines id: diff uses: Equip-Collaboration/diff-line-numbers@v1.0.0