1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/includes_multi_level/one/Taskfile.yml
2022-03-31 21:19:16 -03:00

8 lines
85 B
YAML

version: '3'
includes:
'two': ./two/
tasks:
default: echo one > called_one.txt