Files
go-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"