mirror of
https://github.com/go-task/task.git
synced 2026-06-24 05:05:49 +00:00
9 lines
92 B
YAML
9 lines
92 B
YAML
version: '3'
|
|
|
|
vars:
|
|
foo: bar
|
|
|
|
tasks:
|
|
foo:
|
|
desc: "task has desc with {{ .foo }} var"
|