CI #6

Merged
McPeakML merged 9 commits from feat/ci into main 2026-06-12 11:19:16 -04:00
Showing only changes of commit 71b163c3ba - Show all commits

View file

@ -24,7 +24,7 @@ jobs:
run: bun audit || true run: bun audit || true
- name: Run unit tests - name: Run unit tests
run: bun run test:unit run run: bun run test:unit
- name: Type check - name: Type check
run: bun run type-check -- --force run: bun run type-check -- --force