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
feat(cli): add check-all command for comprehensive development validation
- Add check-all command that runs both pre-commit and type checking
- Ensures local development catches the same issues as CI
- Provides single command for complete code validation
- Helps prevent type errors from reaching GitHub Actions
0 commit comments