From 2c094a46c040901699dcd8c872f3fd07e4019d6e Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Mon, 22 Oct 2018 20:46:48 +0200 Subject: [PATCH] Add step to verify cljdoc.edn as part of CI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6d6162d..1c9d14d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,9 @@ jobs: - run: name: Run tests command: ./scripts/test.sh clj + - run: + name: Verify cljdoc.edn + command: curl -fsSL https://raw.githubusercontent.com/cljdoc/cljdoc/master/script/verify-cljdoc-edn | bash -s doc/cljdoc.edn - store_test_results: # path must be a directory under which there a subdirectories that # contain the JUnit XML files.