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
2026-07-13 05:49:46 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bf043f411baf4e1d3074be3e4941f514b801b384
task
/
testdata
/
includes_multi_level
/
one
/
two
/
Taskfile.yml
8 lines
101 B
YAML
Raw
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