dart-lang / macros

A Dart mono-repo for macro development.
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

Set up lints, analysis presubmit, test presubmit #2

Closed davidmorgan closed 1 month ago

davidmorgan commented 1 month ago

@jakemac53 do you happen to know a monorepo that's a good example to follow, please? :)

Always happy to hack something random, but I guess following best practices would be better ;)

jakemac53 commented 1 month ago

I would follow test or build, using mono_repo to generate the github configs

jakemac53 commented 1 month ago

We should use the new pub workspace feature too (see the dart-lang/build)

jakemac53 commented 1 month ago

@davidmorgan if you want I could set up mono_repo here pretty quickly, but don't want to step on your toes if you are already working towards getting CI set up

davidmorgan commented 1 month ago

@jakemac53 yes please :)