1
0
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:
tylermmorton
2022-02-03 22:19:07 -05:00
parent 0ac56f8973
commit 35af240faa
3 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ includes:
tasks: tasks:
default: default:
cmds: cmds:
- task: one:two:default - task: one:two:default

View File

@@ -6,4 +6,4 @@ includes:
tasks: tasks:
level1: level1:
cmds: cmds:
- echo "hello level 1" - echo "hello level 1"

View File

@@ -3,4 +3,4 @@ version: '3'
tasks: tasks:
default: default:
cmds: cmds:
- echo "called_dep" > called_dep.txt - echo "called_dep" > called_dep.txt