1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/testdata/includes_internal/Taskfile.yml

16 lines
188 B
YAML
Raw Normal View History

2022-07-22 04:16:14 +02:00
version: '3'
includes:
included:
taskfile: Taskfile2.yml
internal: true
tasks:
task-1:
cmds:
- task: included:default
task-2:
deps:
- included:default