Skip to content

Commit 370a2f5

Browse files
ci: test doc generation
1 parent 57aa4d0 commit 370a2f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/clojure.yml

+7
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ jobs:
1212
- name: run Clojure tests
1313
run: nix develop -c lein test
1414
- run: PATH="$(pwd):$PATH" nix develop --impure -c lein figtest-headless
15+
16+
codox:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v4
20+
- uses: DeterminateSystems/nix-installer-action@main
21+
- run: nix develop -c lein codox

0 commit comments

Comments
 (0)