Skip to content

Commit

Permalink
Remove the tsc job
Browse files Browse the repository at this point in the history
TypeScript is already validated by the pack and test jobs.
  • Loading branch information
remcohaszing committed Jun 21, 2024
1 parent 60fd181 commit 7651df6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -87,7 +77,6 @@ jobs:
- pack
- prettier
- remark
- tsc
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
Expand Down

0 comments on commit 7651df6

Please sign in to comment.