From 7651df6db19770058873058259c36efd57eebdff Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 21 Jun 2024 14:43:06 +0200 Subject: [PATCH] Remove the tsc job TypeScript is already validated by the pack and test jobs. --- .github/workflows/ci.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3f7e6d..d6803c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,16 +69,6 @@ jobs: - run: npm ci - run: npx remark --frail . - tsc: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - - run: npm ci - - run: npx tsc - release: runs-on: ubuntu-latest needs: @@ -87,7 +77,6 @@ jobs: - pack - prettier - remark - - tsc if: startsWith(github.ref, 'refs/tags/') permissions: id-token: write