Files
daily-notification-plugin/.github/workflows
Matthew Raymer dbb2f64f62 feat(ci): Add GitHub Actions CI workflows
Created .github/workflows/ci.yml with three jobs:
- node-ts: Lint, typecheck, build, local CI, package check
- android: Tests and lint (with graceful fallback if gradlew missing)
- ios: Build and tests on macOS (with graceful fallback if workspace missing)

All jobs have graceful fallbacks for standalone plugin context
where full app setup may not be available.

Verification:
- Workflow file created 
- All jobs have fallbacks 
- Follows GitHub Actions best practices 
2025-12-23 09:51:37 +00:00
..