You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: run typecheck + build + tests on every PR (#66)
Adds a GitHub Actions workflow that runs npm run typecheck, npx
electron-vite build, and npx vitest run on every PR (and on pushes to
main as a safety net). Previously these only ran locally, so PRs could
land with broken types or tests if the author skipped the pre-commit
ritual.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments