Skip to content

Commit

Permalink
Enable Check Cljdoc action
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Mar 30, 2023
1 parent f51952e commit 6600f99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ jobs:
- name: Run JVM tests
run: clojure -X:dev:test

- name: Build Jar (for Cljdoc analysis)
run: clojure -T:build jar

- name: Check Cljdoc
uses: cljdoc/cljdoc-check-action@v1



0 comments on commit 6600f99

Please sign in to comment.