Open Firesphere opened 1 month ago
Okay, I found the issue.
I had a Taskfile, which purely included other taskfiles, and not had its own tasks. TaskUI doesn't expect a taskfile without tasks, and thus breaks there.
For now I've put a dummy internal task in the specific taskfile, but it may be worth something to look out for in a future release.
Thanks for reporting. Will fix it.
I'm getting the above error.
All my files are named
Taskfile.dist.yml
, and it used to work, but as of today retrying it again, it seems something in the taskfile is wrong?Is there anything I can do to find out why it's erroring?