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