mirror of
https://github.com/go-task/task.git
synced 2025-03-05 15:05:42 +02:00
9 lines
108 B
YAML
9 lines
108 B
YAML
version: '3'
|
|
|
|
includes:
|
|
'two': ./two/Taskfile.yml
|
|
|
|
tasks:
|
|
level1:
|
|
cmds:
|
|
- echo "hello level 1" |