mirror of
https://github.com/go-task/task.git
synced 2025-12-24 23:49:24 +01:00
9 lines
108 B
YAML
9 lines
108 B
YAML
version: '3'
|
|
|
|
includes:
|
|
'two': ./two/Taskfile.yml
|
|
|
|
tasks:
|
|
level2:
|
|
cmds:
|
|
- echo "hello level 2" |