1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/testdata/includes_optional_implicit_false/Taskfile.yml
2021-08-11 17:28:44 +01:00

10 lines
115 B
YAML

version: '3'
includes:
included: TaskfileOptional.yml
tasks:
default:
cmds:
- echo "Hello, world!"