diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml deleted file mode 100644 index b22397c..0000000 --- a/.github/workflows/typecheck.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Type Check -on: - push: - branches: [master] - pull_request: - branches: [master] - -jobs: - typecheck: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - - run: npm ci - - run: npm run build:types