mirror of
https://github.com/go-task/task.git
synced 2026-06-24 21:26:04 +00:00
Fix bug in includes where default taskfiles were not being checked.
This commit is contained in:
4
testdata/includes_multi_level/one/two/three/Taskfile.yml
vendored
Normal file
4
testdata/includes_multi_level/one/two/three/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default: echo three > called_three.txt
|
||||
Reference in New Issue
Block a user