run: once
not working with hierarchies of includes
#1864
Labels
state: needs triage
Waiting to be triaged by a maintainer.
This is an extension of #1498. It is more or less the same case where I have software components, e.g, libs, depending on a "tool". The tool Taskfile.yaml will download and set itself up automatically, but should only be run once no matter how many libraries that are using/including it. My difference is that I have a Taskfile.yaml file in the
lib
directory that forwards tasks to each library, so I can tell task to for instance build/test/lint just all apps or libraries and move includes closer to where each component lives (instead of including everything from the main taskfile). An example looks like this:Running this setup looks like this:
The text was updated successfully, but these errors were encountered: