mirror of
https://github.com/go-task/task.git
synced 2025-02-13 13:59:32 +02:00
10 lines
93 B
YAML
10 lines
93 B
YAML
version: '2'
|
|
|
|
tasks:
|
|
foo:
|
|
cmds:
|
|
- echo "Foo"
|
|
bar:
|
|
cmds:
|
|
- echo "Bar"
|