Skip to content

Commit

Permalink
Json validaton workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skirmantasjanuskas committed Dec 19, 2021
1 parent e1b456a commit ce91415
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_JSONS: /tools.json
INPUT_JSONS: /tools.json
12 changes: 12 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"data": {
"type": "array"
}
},
"required": [
"data"
],
"additionalProperties": true
}

0 comments on commit ce91415

Please sign in to comment.