com.github.opqdonut/clj-github-actions-example

An example of testing & deploying a Clojure library using Github Actions. See Github repo.

Leiningen/Boot

[com.github.opqdonut/clj-github-actions-example "0.1.2"]

Clojure CLI/deps.edn

com.github.opqdonut/clj-github-actions-example {:mvn/version "0.1.2"}

Gradle

implementation("com.github.opqdonut:clj-github-actions-example:0.1.2")

Maven

<dependency>
  <groupId>com.github.opqdonut</groupId>
  <artifactId>clj-github-actions-example</artifactId>
  <version>0.1.2</version>
</dependency>