mirror of
https://github.com/go-task/task.git
synced 2025-01-04 03:48:02 +02:00
16 lines
227 B
YAML
16 lines
227 B
YAML
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"
|
|
|
|
|