mirror of
https://github.com/go-task/task.git
synced 2025-02-09 13:47:06 +02:00
18 lines
276 B
YAML
18 lines
276 B
YAML
version: '3'
|
|
|
|
includes:
|
|
included:
|
|
taskfile: ./included/Taskfile.yml
|
|
excludes:
|
|
- foo
|
|
included_flatten:
|
|
taskfile: ./included/Taskfile.yml
|
|
flatten: true
|
|
excludes:
|
|
- bar
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- echo "called_dep" > called_dep.txt
|