mirror of
https://github.com/go-task/task.git
synced 2025-02-05 13:25:14 +02:00
10 lines
91 B
YAML
10 lines
91 B
YAML
version: 1
|
|
tasks:
|
|
foo:
|
|
cmds:
|
|
- echo "Foo"
|
|
|
|
bar:
|
|
cmds:
|
|
- echo "Bar"
|