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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 23, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: devglitch/flutter-ci-checks@90666dcc6b1962d1cec2f7b9bf1e9fdc2ab85839 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
check_outdatedCheck for outdated dependencies using `flutter pub outdated`notrue
analyzeRun Dart static analysis and linter checks via `flutter analyze`notrue
run_testsRun unit and widget tests from the `test/` directory using `flutter test`notrue
comment_prPost a CI summary as a comment on pull requestsnotrue
github_tokenGitHub token for authentication, required only for posting comments on pull requestsno

no outputs