mirror of
https://github.com/go-task/task.git
synced 2025-01-28 05:36:18 +02:00
12 lines
162 B
YAML
12 lines
162 B
YAML
|
version: '3'
|
||
|
|
||
|
includes:
|
||
|
included:
|
||
|
taskfile: TaskfileOptional.yml
|
||
|
optional: true
|
||
|
|
||
|
tasks:
|
||
|
default:
|
||
|
cmds:
|
||
|
- echo "called_dep" > called_dep.txt
|