mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
12 lines
172 B
YAML
12 lines
172 B
YAML
version: '3'
|
|
|
|
includes:
|
|
'one': ./one/Taskfile.yml
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- echo "called_dep" > called_dep.txt
|
|
level1:
|
|
cmds:
|
|
- echo "hello level 1" |