1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/includes_cycle/one/two/Taskfile.yml
2022-02-03 22:13:43 -05:00

10 lines
109 B
YAML

version: '3'
includes:
bad: "../../Taskfile.yml"
tasks:
level3:
cmds:
- echo "hello level 3"