cljdoc / cljdoc-check-action

GitHub Action for checking that CljDoc will be able to analyze the project successfully
Eclipse Public License 2.0
3 stars 0 forks source link

Use RELEASE version of cljdoc #5

Closed holyjak closed 1 year ago

holyjak commented 1 year ago

Fix #3

The risk of breaking existing builds due to changes in cljdoc is less than the value of getting improvements and bugfixes from latest cljdoc version.

lread commented 1 year ago

The cljdoc server always uses the RELEASE version of cljdoc-analyzer. Therefore the check action will just be matching production. So that's good.

We could add in some test(s), if we don't already have them, if we are worried about breaking the check action.