mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Add step to verify cljdoc.edn as part of CI
This commit is contained in:
parent
35ac8eae43
commit
2c094a46c0
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue