Task
Set up a CI/CD pipeline for automated testing of all packages.
Details
- Configure GitHub Actions workflow
- Run pnpm install and pnpm build
- Execute test suite on each push
- Add lint and typecheck steps
- Publish coverage reports to Codecov
- Path: .github/workflows/ci.yml
Test
Verify the workflow runs successfully on the next push.
Task
Set up a CI/CD pipeline for automated testing of all packages.
Details
Test
Verify the workflow runs successfully on the next push.