mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Add newlines to test Taskfiles
This commit is contained in:
2
testdata/includes_cycle/Taskfile.yml
vendored
2
testdata/includes_cycle/Taskfile.yml
vendored
@@ -9,4 +9,4 @@ tasks:
|
||||
- echo "called_dep" > called_dep.txt
|
||||
level1:
|
||||
cmds:
|
||||
- echo "hello level 1"
|
||||
- echo "hello level 1"
|
||||
|
||||
2
testdata/includes_cycle/one/Taskfile.yml
vendored
2
testdata/includes_cycle/one/Taskfile.yml
vendored
@@ -6,4 +6,4 @@ includes:
|
||||
tasks:
|
||||
level2:
|
||||
cmds:
|
||||
- echo "hello level 2"
|
||||
- echo "hello level 2"
|
||||
|
||||
2
testdata/includes_cycle/one/two/Taskfile.yml
vendored
2
testdata/includes_cycle/one/two/Taskfile.yml
vendored
@@ -6,4 +6,4 @@ includes:
|
||||
tasks:
|
||||
level3:
|
||||
cmds:
|
||||
- echo "hello level 3"
|
||||
- echo "hello level 3"
|
||||
|
||||
Reference in New Issue
Block a user