1
0
mirror of https://github.com/go-task/task.git synced 2024-12-16 10:59:23 +02:00
task/website/static/Taskfile.yml
2024-03-25 19:13:27 +00:00

11 lines
109 B
YAML

version: '3'
tasks:
default:
cmds:
- task: hello
hello:
cmds:
- echo "Hello Task!"