1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

feat: run default task in included file when task is omitted

This commit is contained in:
Pete Davison
2022-11-02 14:27:15 +00:00
parent a990ffe53d
commit 5a08409a27
8 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
version: '3'
includes:
included:
taskfile: Taskfile2.yml

View File

@@ -0,0 +1,6 @@
version: '3'
tasks:
default:
cmds:
- echo "included" > file.txt

View File

@@ -0,0 +1 @@
included