From 33c98e164396551f14a2e95543371a70b72afbc2 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Sat, 6 Feb 2021 17:46:46 +0100 Subject: [PATCH] testing --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2e16eb6..7c867f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,8 @@ steps: - name: validate json good image: fftdf/docker-json-validate commands: - - fftdf/docker-json-validate \ No newline at end of file + - jsonlint test_val.json +- name: validate json bad + image: fftdf/docker-json-validate + commands: + - jsonlint test_not_val.json \ No newline at end of file