1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/website/static/Taskfile.yml

11 lines
109 B
YAML
Raw Permalink Normal View History

2024-03-10 21:43:38 +00:00
version: '3'
tasks:
default:
cmds:
- task: hello
hello:
cmds:
- echo "Hello Task!"