Skip to content

Commit 17ec441

Browse files
committed
Updater-Stuff: Validate JSON
1 parent 5cf75d8 commit 17ec441

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/jsonlint.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on: [push, pull_request]
2+
3+
name: Validate JSON
4+
5+
jobs:
6+
verify-json-validation:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: Validate JSON
11+
uses: docker://orrosenblatt/validate-json-action:latest
12+
env:
13+
INPUT_SCHEMA: ./schema.json
14+
INPUT_JSONS: ./devices.json

0 commit comments

Comments
 (0)