Files
task/testdata/includes_cycle/one/Taskfile.yml

10 lines
109 B
YAML
Raw Permalink Normal View History

version: '3'
includes:
'two': ./two/Taskfile.yml
tasks:
level2:
cmds:
2022-02-03 22:13:43 -05:00
- echo "hello level 2"