mirror of
https://github.com/go-task/task.git
synced 2026-07-01 08:34:19 +00:00
2
testdata/label_status/Taskfile.yml
vendored
2
testdata/label_status/Taskfile.yml
vendored
@@ -4,4 +4,4 @@ tasks:
|
||||
foo:
|
||||
label: "foobar"
|
||||
status:
|
||||
- "false"
|
||||
- "false"
|
||||
|
||||
2
testdata/label_summary/Taskfile.yml
vendored
2
testdata/label_summary/Taskfile.yml
vendored
@@ -5,4 +5,4 @@ tasks:
|
||||
label: "foobar"
|
||||
desc: description
|
||||
status:
|
||||
- echo "I'm ok"
|
||||
- echo "I'm ok"
|
||||
|
||||
2
testdata/label_uptodate/Taskfile.yml
vendored
2
testdata/label_uptodate/Taskfile.yml
vendored
@@ -4,4 +4,4 @@ tasks:
|
||||
foo:
|
||||
label: "foobar"
|
||||
status:
|
||||
- echo "I'm ok"
|
||||
- echo "I'm ok"
|
||||
|
||||
2
testdata/label_var/Taskfile.yml
vendored
2
testdata/label_var/Taskfile.yml
vendored
@@ -7,4 +7,4 @@ tasks:
|
||||
foo:
|
||||
label: "foo{{.BAR}}"
|
||||
status:
|
||||
- echo "I'm ok"
|
||||
- echo "I'm ok"
|
||||
|
||||
Reference in New Issue
Block a user