1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/testdata/includes_multi_level/one/Taskfile.yml
2022-02-03 22:19:07 -05:00

10 lines
109 B
YAML

version: '3'
includes:
'two': ./two/Taskfile.yml
tasks:
level1:
cmds:
- echo "hello level 1"