mirror of
https://github.com/go-task/task.git
synced 2025-12-24 07:29:22 +01:00
8 lines
101 B
YAML
8 lines
101 B
YAML
version: '3'
|
|
|
|
includes:
|
|
'three': ./three/Taskfile.yml
|
|
|
|
tasks:
|
|
default: echo two > called_two.txt
|