invertase / github-action-dart-analyzer

A GitHub action to run Dart analyzer with annotation support.
168 stars 10 forks source link

How to run across all packages in a monorepo? #216

Open joshburton-assetowl opened 1 year ago

joshburton-assetowl commented 1 year ago

Can this integrate with Melos? Is there any guidance on how I might run it across all packages?

vbuberen commented 1 year ago

We use this action in Plug Plugins to analyze all repos. Check out the workflow file: https://github.com/fluttercommunity/plus_plugins/blob/main/.github/workflows/all_plugins.yaml