Skip to content

Commit

Permalink
strict warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Jan 23, 2025
1 parent 65edc93 commit 328353e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions landofile-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,15 +514,13 @@
},
{
"type": "array",
"description": "The command(s) to run for the tool.",
"items": {
"type": "string"
}
}
],
"description": "The command(s) to run for the tool.",
"items": {
"type": "string"
},
"examples": [
"npm install",
[
Expand Down Expand Up @@ -741,8 +739,7 @@
"bitnami/mariadb:10.2",
"node:14",
"google/cloud-sdk:latest"
],
"additionalProperties": false
]
},
"command": {
"$comment": "",
Expand Down

0 comments on commit 328353e

Please sign in to comment.