mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
7 lines
90 B
YAML
7 lines
90 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
default: |
|
|
this_should_fail
|
|
echo "This shouldn't be print"
|