mirror of
https://github.com/go-task/task.git
synced 2025-12-25 07:59:28 +01:00
10 lines
91 B
YAML
10 lines
91 B
YAML
version: 2
|
|
tasks:
|
|
foo:
|
|
cmds:
|
|
- echo "Foo"
|
|
|
|
bar:
|
|
cmds:
|
|
- echo "Bar"
|