1
0
mirror of https://github.com/go-task/task.git synced 2025-01-18 04:59:01 +02:00
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