From bb9945eab198a9c43970430b7dd8fb54c19f7689 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 30 Apr 2024 11:12:21 +0200 Subject: [PATCH] Remove the tsc GitHub action job The project is built with TypeScript in the `pack` and `test` jobs as well. --- .github/workflows/ci.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4c433c..af7c5d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,16 +73,6 @@ jobs: - run: npm ci - run: npx prettier . - 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: @@ -91,7 +81,6 @@ jobs: - prettier - remark - test - - tsc if: startsWith(github.ref, 'refs/tags/') permissions: id-token: write