mirror of
https://github.com/go-task/task.git
synced 2026-07-01 16:44:34 +00:00
Add basic unit tests for label attribute
This commit is contained in:
7
testdata/label_uptodate/Taskfile.yml
vendored
Normal file
7
testdata/label_uptodate/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
label: "foobar"
|
||||
status:
|
||||
- echo "I'm ok"
|
||||
Reference in New Issue
Block a user