From 5f129ccdd8464542729f643ad97dde793558434c Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 24 Mar 2021 10:29:09 -0700 Subject: [PATCH] [ci] validate json (#944) [ci skip] --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c0779a4b..df549a93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,8 +31,8 @@ jobs: - ~/.go_workspace - ~/.gradle - ~/.cache/bower - #- run: sudo pip install json-spec - #- run: json validate --schema-file=.github/schema.json --document-file=contents.json + - run: gem install json_schema + - run: validate-schema .github/schema.json contents.json - run: ruby .github/osia_validate_categories.rb - store_test_results: path: /tmp/circleci-test-results