Skip to content

Commit 857a11f

Browse files
authored
Readme - how to run locally
1 parent 6967234 commit 857a11f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ For other types of libraries, you need to install these into the local Maven rep
3737
## Development
3838

3939
The cljdoc changes supporting this action were originally introduced in cljdoc/cljdoc-analyzer#44
40+
41+
Running the action locally:
42+
43+
```bash
44+
cljdoc-check-action$ docker build -t cljdoc-check-action .
45+
cljdoc-check-action$ cd ../my-library; clojure -T:build jar
46+
my-library$ docker run --rm -ti --volume `pwd`:/tmp/prj --workdir /tmp/prj cljdoc-check-action
47+
```

0 commit comments

Comments
 (0)