Description
Taskfile can work with imports. To get a full understanding of the resulting structure - the one that is being used by taskfile when executing - it would be nice to be able to save the final version of the taksfile as well.
Besides helping the full structure, in a more automated environment, we can use this final file as well to to do further processing. This could even be: if there is change (hash eg), do something additional. Eg in our case we run some dry run tests in github actions to validate the resulting tasks.