1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/testdata/status/Taskfile.yml

9 lines
100 B
YAML
Raw Normal View History

2019-08-18 17:37:21 +02:00
version: '2'
tasks:
gen-foo:
cmds:
- touch foo.txt
status:
- test -f foo.txt