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