devglitch/Flutter CI Checks
Flutter CI Action to run analyzer, tests, and check outdated packages — with optional PR comment to keep your team in sync.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 23, 2025
- License
- Apache 2.0
Pinned Snippet
uses: devglitch/flutter-ci-checks@90666dcc6b1962d1cec2f7b9bf1e9fdc2ab85839 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| check_outdated | Check for outdated dependencies using `flutter pub outdated` | no | true |
| analyze | Run Dart static analysis and linter checks via `flutter analyze` | no | true |
| run_tests | Run unit and widget tests from the `test/` directory using `flutter test` | no | true |
| comment_pr | Post a CI summary as a comment on pull requests | no | true |
| github_token | GitHub token for authentication, required only for posting comments on pull requests | no | — |
Outputs
no outputs