mirror of
https://github.com/go-task/task.git
synced 2026-09-01 19:50:16 +02:00
20 lines
314 B
YAML
20 lines
314 B
YAML
version: '3'
|
|
|
|
includes:
|
|
included:
|
|
taskfile: ./included/Taskfile.yml
|
|
excludes:
|
|
- foo
|
|
- namespace:*
|
|
included_flatten:
|
|
taskfile: ./included/Taskfile.yml
|
|
flatten: true
|
|
excludes:
|
|
- bar
|
|
- namespace:*
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- echo "called_dep" > called_dep.txt
|