1
0
mirror of https://github.com/go-task/task.git synced 2025-12-26 00:31:38 +02:00
Files
task/testdata/version/v3/Taskfile.yml

10 lines
93 B
YAML
Raw Permalink Normal View History

version: "3"
tasks:
foo:
cmds:
- echo "Foo"
bar:
cmds:
- echo "Bar"