1
0
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:
tylermmorton
2022-02-03 22:13:43 -05:00
parent 6e5f8b1fb0
commit 0ac56f8973
3 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ tasks:
- echo "called_dep" > called_dep.txt - echo "called_dep" > called_dep.txt
level1: level1:
cmds: cmds:
- echo "hello level 1" - echo "hello level 1"

View File

@@ -6,4 +6,4 @@ includes:
tasks: tasks:
level2: level2:
cmds: cmds:
- echo "hello level 2" - echo "hello level 2"

View File

@@ -6,4 +6,4 @@ includes:
tasks: tasks:
level3: level3:
cmds: cmds:
- echo "hello level 3" - echo "hello level 3"