1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/precondition/global/included/Taskfile.yml
2025-02-23 12:40:55 +01:00

9 lines
112 B
YAML

version: 3
includes:
included: included.yml
preconditions:
- sh: "[ 1 = 0 ]"
msg: "1 != 0 obviously!"