mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
8 lines
74 B
YAML
8 lines
74 B
YAML
|
|
version: '3'
|
||
|
|
|
||
|
|
tasks:
|
||
|
|
foo:
|
||
|
|
label: "foobar"
|
||
|
|
cmds:
|
||
|
|
- "false"
|