remove github action

This commit is contained in:
Manuel Bahamóndez-Honores 2026-02-18 06:06:49 -03:00
parent 8bf1d728bf
commit 7fbf737631

View file

@ -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