feat: add support for single cmd task syntax (#1131)

This commit is contained in:
Tim De Pauw
2023-06-11 03:08:28 +02:00
committed by GitHub
parent 59e99caf8a
commit e2c1b3b931
5 changed files with 34 additions and 1 deletions

View File

@@ -43,6 +43,10 @@
"description": "A list of commands to be executed.",
"$ref": "#/definitions/3/cmds"
},
"cmd": {
"description": "The command to be executed.",
"$ref": "#/definitions/3/cmd"
},
"deps": {
"description": "A list of dependencies of this task. Tasks defined here will run in parallel before this task.",
"type": "array",