Skip to content

Commit

Permalink
ci: remove typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckT committed Mar 20, 2024
1 parent 0db335b commit e35411b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@ jobs:
- name: Run tests
run: npm run test

typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Check types
run: npm run typecheck

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e35411b

Please sign in to comment.