mirror of
https://github.com/go-task/task.git
synced 2025-12-25 16:09:26 +01:00
- Disallow recursive Taskfile including (i.e. included Taskfile including other Taskfiles) - Write test for included a file instead of a directory
7 lines
95 B
YAML
7 lines
95 B
YAML
version: '2'
|
|
|
|
tasks:
|
|
gen:
|
|
cmds:
|
|
- echo included_directory > included_directory.txt
|