From 7fbf7376313a8a0dd5adbb310c32f43cff538c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Baham=C3=B3ndez-Honores?= Date: Wed, 18 Feb 2026 06:06:49 -0300 Subject: [PATCH] remove github action --- .github/workflows/typecheck.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/typecheck.yml 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