Skip to content

Check local Dart packages in the Flutter workflow#228

Merged
elasticdog merged 1 commit into
mainfrom
push-wqywlonmkqlk
Jul 13, 2026
Merged

Check local Dart packages in the Flutter workflow#228
elasticdog merged 1 commit into
mainfrom
push-wqywlonmkqlk

Conversation

@elasticdog

Copy link
Copy Markdown
Member

Extend check-flutter.yml to analyze and test any local packages under packages/: the lint job runs dart analyze --fatal-infos and the test job runs dart test in each package directory. Repos without local packages are unaffected.

@github-actions github-actions Bot added documentation Improvements or additions to documentation github_actions labels Jul 13, 2026
Extend check-flutter.yml to analyze and test any local packages under
packages/: the lint job runs dart analyze --fatal-infos in each package,
and the test job runs dart test, or flutter test for packages that
depend on the Flutter SDK. Repos without local packages are unaffected.
@elasticdog
elasticdog enabled auto-merge July 13, 2026 17:21
@elasticdog
elasticdog added this pull request to the merge queue Jul 13, 2026
Merged via the queue into main with commit 67587b5 Jul 13, 2026
7 checks passed
@elasticdog
elasticdog deleted the push-wqywlonmkqlk branch July 13, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation github_actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant