add Drone validation

This commit is contained in:
Stefan Hoffmann 2021-02-14 19:07:25 +01:00
parent 740537224c
commit 10aae586b9

17
drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline
name: validate-json
steps:
- name: validate ucDevices.json
image: fftdf/docker-json-validate
commands:
- jsonlint ucDevices.json
when:
event: push
- name: validate Devices.json
image: fftdf/docker-json-validate
commands:
- jsonlint devices.json
when:
event: push