Commit Graph

2 Commits

Author SHA1 Message Date
Claude
e4d4ed7388 Remove lint job from QA workflow
The lint CI check was more annoying than helpful.
2026-01-19 15:38:59 +00:00
Claude
e178aff9cd ci: add GitHub Actions QA workflow
Set up automated quality assurance checks:
- Lint: runs ESLint
- Build: runs TypeScript + Vite build
- Test: runs Vitest in CI mode

All jobs run in parallel on push/PR to main/master.
2025-12-21 11:19:09 +00:00