Description
When you have a taskfile that includes a directory that exists, but no taskfile exists in the directory, you get the error
Before c5afffb, the error was
task: No Taskfile found at "/empty/directory"
The extra context was helpful in debugging issues with taskfiles
Version
3.45.4
Operating system
ubuntu
Experiments Enabled
No response
Example Taskfile
version: '3'
includes:
empty: ./empty_dir
tasks:
default:
cmds:
- echo "This task should not run due to empty directory"
Description
When you have a taskfile that includes a directory that exists, but no taskfile exists in the directory, you get the error
Before c5afffb, the error was
The extra context was helpful in debugging issues with taskfiles
Version
3.45.4
Operating system
ubuntu
Experiments Enabled
No response
Example Taskfile