#Hi All,
1 messages · Page 1 of 1 (latest)
There's a lot of valid possibilities here. Will start with one example but it's not necessarily the only "correct" way to approach things.
One structure is to split out a separate repo for "library" modules that then get consumed by your main repo for its CI. An example:
- Repo of library modules: https://github.com/sagikazarmark/daggerverse/
- Which is then consumed by this repo to implement its CI in just a single module: https://github.com/openmeterio/openmeter/tree/main/ci
Does that sound like something that would work for your use case?