Skip to content

Commit

Permalink
Remove the tsc GitHub action job
Browse files Browse the repository at this point in the history
The project is built with TypeScript in the `pack` and `test` jobs as
well.
  • Loading branch information
remcohaszing committed Apr 30, 2024
1 parent 88336c1 commit bb9945e
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 @@ -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:
Expand All @@ -91,7 +81,6 @@ jobs:
- prettier
- remark
- test
- tsc
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
Expand Down

0 comments on commit bb9945e

Please sign in to comment.