Skip to content

Commit

Permalink
modify json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaerten committed Jan 7, 2025
1 parent 3494378 commit 49af480
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/static/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,13 @@
"description": "A set of global environment variables.",
"$ref": "#/definitions/env"
},
"preconditions": {
"description": "A list of commands to check if any task should run. If a condition is not met, the task will return an error.",
"type": "array",
"items": {
"$ref": "#/definitions/precondition"
}
},
"tasks": {
"description": "A set of task definitions.",
"$ref": "#/definitions/tasks"
Expand Down

0 comments on commit 49af480

Please sign in to comment.