Commit Graph

2 Commits

Author SHA1 Message Date
Alejandro
14f19a4517 Remove lint job from QA workflow (#157)
The lint CI check was more annoying than helpful.

Co-authored-by: Claude <noreply@anthropic.com>
2026-01-19 16:40:44 +01: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