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: Add TypeScript compilation checks and ESLint to workflows
- Introduced TypeScript compilation checks in firebase-deployment.yml, lint.yml, and playwright-tests.yml to ensure type safety.
- Added ESLint step to lint.yml and playwright-tests.yml for consistent code quality.
- Removed unused imports in BreathingExercise.spec.ts and WidgetConfiguration.spec.ts for cleaner test files.
- Cleaned up widgetConfigHelpers.ts by removing unnecessary TestData import.
* docs: Update README to include CI/CD pipeline details
- Added comprehensive section on CI/CD pipeline utilizing GitHub Actions.
- Documented workflows for lint validation, Playwright tests, and Firebase deployments.
- Clarified triggers, purposes, and benefits of each workflow.
- Included local development instructions to catch issues early.
0 commit comments