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

fix(#612): Add nil check for included cmd

This commit is contained in:
Margus Kerma
2021-11-26 11:20:05 +02:00
parent 17e18442ab
commit b6016b244e
4 changed files with 26 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
version: '3'
includes:
inc: inc.yml
tasks:
default:
cmds:
- task: inc:default

View File

@@ -0,0 +1,7 @@
version: '3'
tasks:
default:
cmds:
-
- echo "string-slice-1"