1
0
mirror of https://github.com/go-task/task.git synced 2025-01-22 05:10:17 +02:00

16 lines
227 B
YAML
Raw Normal View History

version: '3'
includes:
included:
taskfile: ./included
dir: ./included
flatten: true
with_default:
taskfile: ./Taskfile.with_default.yml
flatten: true
tasks:
from_entrypoint: echo "from entrypoint"