1
0
mirror of https://github.com/go-task/task.git synced 2025-02-09 13:47:06 +02:00
2024-12-30 10:09:28 +01:00

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