1
0
mirror of https://github.com/go-task/task.git synced 2025-06-15 00:15:10 +02:00
Files
task/testdata/includes_interpolation/include/Taskfile.yml

8 lines
101 B
YAML
Raw Permalink Normal View History

2023-09-06 00:18:30 +00:00
version: "3"
vars:
MODULE_NAME: included
includes:
include: '../{{.MODULE_NAME}}/Taskfile.yml'