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: add PR workflow and check task for continuous quality
- Create PR workflow that runs on pull requests
- Add 'mise run check' task combining typecheck, lint (optional), and tests
- Workflow uses mise for tool management and pnpm caching
- Runs typecheck and tests on every PR to catch issues early
- Note: Some existing tests have validation issues to be fixed
0 commit comments