Clojure - Features, integrations, alternatives & more
What it does
This action runs Leiningen which automates Clojure projects. It offers various project-related tasks and can: fetch dependencies for your project, run tests, run a fully-configured REPL, compile Java sources (if any), run the project (if the project isn't a library), generate a maven-style 'pom' file for the project for interop, compile and package projects for deployment, publish libraries to repositories such as Clojars, run custom automation tasks written in Clojure (leiningen plug-ins)
How it works
This action launches a Docker container using the official Clojure image. The container runs lein test
and lein uberjar
commands by default. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
