mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
9f0f18c5c4
The idea is to allow manual inclusion of a OS-dependant Taskfile, since it's not automatically included anymore.
5 lines
55 B
YAML
5 lines
55 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
gen: echo 'os' > os_include.txt
|