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