Add step to verify cljdoc.edn as part of CI

This commit is contained in:
Martin Klepsch 2018-10-22 20:46:48 +02:00 committed by GitHub
parent 35ac8eae43
commit 2c094a46c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,9 @@ jobs:
- run: - run:
name: Run tests name: Run tests
command: ./scripts/test.sh clj 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: - store_test_results:
# path must be a directory under which there a subdirectories that # path must be a directory under which there a subdirectories that
# contain the JUnit XML files. # contain the JUnit XML files.