mirror of
https://github.com/go-task/task.git
synced 2025-02-03 13:22:11 +02:00
10 lines
109 B
YAML
10 lines
109 B
YAML
version: '3'
|
|
|
|
includes:
|
|
'two': ./two/Taskfile.yml
|
|
|
|
tasks:
|
|
level2:
|
|
cmds:
|
|
- echo "hello level 2"
|