run typecheck in ci
Some checks are pending
CI / Validate (push) Waiting to run

This commit is contained in:
dirtydishes 2026-05-29 02:29:45 -04:00
parent e9e2723c28
commit 739a534ac2
5 changed files with 243 additions and 0 deletions

View file

@ -35,6 +35,9 @@ jobs:
- name: Install dependencies
run: ~/.bun/bin/bun install --frozen-lockfile
- name: Run typecheck
run: ~/.bun/bin/bun run typecheck
- name: Run tests
run: ~/.bun/bin/bun test