mirror of
https://github.com/go-task/task.git
synced 2025-03-05 15:05:42 +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"
|