mirror of
https://github.com/go-task/task.git
synced 2025-03-23 21:29:29 +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
|