This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
task
Watch
1
Star
0
Fork
0
You've already forked task
mirror of
https://github.com/go-task/task.git
synced
2025-12-25 07:59:28 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
split-executor-and-reader
Add File
New File
Apply Patch
task
/
testdata
/
includes_multi_level
/
one
/
two
/
Taskfile.yml
8 lines
101 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
Add support for multi-level includes and cyclic include detection
2022-01-14 22:38:37 -05:00
version
:
'3'
Fix bug in includes where default taskfiles were not being checked.
2022-02-21 15:31:55 -05:00
includes
:
'three'
:
./three/Taskfile.yml
Add support for multi-level includes and cyclic include detection
2022-01-14 22:38:37 -05:00
tasks
:
Fix bug in includes where default taskfiles were not being checked.
2022-02-21 15:31:55 -05:00
default
:
echo two > called_two.txt
Reference in New Issue
Copy Permalink