mirror of
https://github.com/go-task/task.git
synced 2025-02-07 13:41:53 +02:00
11 lines
129 B
YAML
11 lines
129 B
YAML
|
version: '3'
|
||
|
|
||
|
includes:
|
||
|
included:
|
||
|
taskfile: Taskfile2.yml
|
||
|
|
||
|
tasks:
|
||
|
included:
|
||
|
cmds:
|
||
|
- echo "shadowed" > file.txt
|