mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Add newlines to multi-level test Taskfiles
This commit is contained in:
2
testdata/includes_multi_level/Taskfile.yml
vendored
2
testdata/includes_multi_level/Taskfile.yml
vendored
@@ -6,4 +6,4 @@ includes:
|
|||||||
tasks:
|
tasks:
|
||||||
default:
|
default:
|
||||||
cmds:
|
cmds:
|
||||||
- task: one:two:default
|
- task: one:two:default
|
||||||
|
@@ -6,4 +6,4 @@ includes:
|
|||||||
tasks:
|
tasks:
|
||||||
level1:
|
level1:
|
||||||
cmds:
|
cmds:
|
||||||
- echo "hello level 1"
|
- echo "hello level 1"
|
||||||
|
@@ -3,4 +3,4 @@ version: '3'
|
|||||||
tasks:
|
tasks:
|
||||||
default:
|
default:
|
||||||
cmds:
|
cmds:
|
||||||
- echo "called_dep" > called_dep.txt
|
- echo "called_dep" > called_dep.txt
|
||||||
|
Reference in New Issue
Block a user