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

Run Taskfiles from sub/child directories (#920)

This commit is contained in:
Pete Davison
2022-12-06 00:58:20 +00:00
committed by GitHub
parent 99d7338c29
commit b3627fcb18
12 changed files with 186 additions and 20 deletions

7
testdata/taskfile_walk/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
version: '3'
tasks:
default:
cmds:
- echo 'foo'
silent: true

View File