mirror of
https://github.com/go-task/task.git
synced 2026-07-01 00:24:30 +00:00
Add support for multi-level includes and cyclic include detection
This commit is contained in:
12
testdata/includes_multi_level/Taskfile.yml
vendored
Normal file
12
testdata/includes_multi_level/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
includes:
|
||||
'one': ./one/Taskfile.yml
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- echo "called_dep" > called_dep.txt
|
||||
level1:
|
||||
cmds:
|
||||
- echo "hello level 1"
|
||||
Reference in New Issue
Block a user