mirror of
https://github.com/go-task/task.git
synced 2025-12-24 15:39:28 +01:00
9 lines
100 B
YAML
9 lines
100 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
gen-foo:
|
|
cmds:
|
|
- touch foo.txt
|
|
status:
|
|
- test -f foo.txt
|