1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00
task/testdata/includes_internal/Taskfile.yml
2022-09-17 13:11:16 -03:00

16 lines
188 B
YAML

version: '3'
includes:
included:
taskfile: Taskfile2.yml
internal: true
tasks:
task-1:
cmds:
- task: included:default
task-2:
deps:
- included:default