mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
Write first test for including a Taskfile
This commit is contained in:
6
testdata/includes/included/Taskfile.yml
vendored
Normal file
6
testdata/includes/included/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
version: '2'
|
||||
|
||||
tasks:
|
||||
gen:
|
||||
cmds:
|
||||
- echo included > included.txt
|
||||
Reference in New Issue
Block a user