Add CI/CD workflow to automatically check code quality on every push: - Flutter analyze (static analysis) - Dart format verification - Security check (secrets.dart exclusion) - Test execution (if tests exist) Benefits: - Catch issues before they reach production - Maintain consistent code quality - Automated security verification - Build confidence for future changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| quality_check.yml | ||