mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
13 lines
147 B
YAML
13 lines
147 B
YAML
![]() |
version: "3"
|
||
|
|
||
|
includes:
|
||
|
foo:
|
||
|
taskfile: ./foo/Taskfile.yaml
|
||
|
bar:
|
||
|
taskfile: ./bar/Taskfile.yaml
|
||
|
|
||
|
tasks:
|
||
|
stub:
|
||
|
cmds:
|
||
|
- echo 0
|