mirror of
https://github.com/go-task/task.git
synced 2025-02-09 13:47:06 +02:00
7 lines
89 B
YAML
7 lines
89 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
default: |
|
|
this_should_fail
|
|
echo "This shoudn't be print"
|