mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +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
|