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

Task directory: test default case (no "dir:" attribute)

This commit is contained in:
Marco Molteni
2019-06-04 09:45:11 +02:00
parent 74537689dc
commit 81baf808c9
2 changed files with 26 additions and 0 deletions

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

@ -0,0 +1,7 @@
version: '2'
tasks:
whereami:
cmds:
- pwd
silent: true