What strategies are there for getting paths to affected projects in an nx monorepo
Context Currently I am in the process of setting up a polyglot NX monorepo as part of a POC. Problem overview I want to re-use existing GitHub actions and workflows, but these act on a sourcecode directory. In our case this is mostly Node (js/ts) and Go apps. However using nx affected will only give […]