mirror of
https://github.com/go-task/task.git
synced 2026-06-25 05:35:56 +00:00
feat: run default task in included file when task is omitted
This commit is contained in:
10
testdata/includes_shadowed_default/Taskfile.yml
vendored
Normal file
10
testdata/includes_shadowed_default/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
|
||||
includes:
|
||||
included:
|
||||
taskfile: Taskfile2.yml
|
||||
|
||||
tasks:
|
||||
included:
|
||||
cmds:
|
||||
- echo "shadowed" > file.txt
|
||||
Reference in New Issue
Block a user