setup-clojure/README.md
2019-10-04 11:58:32 +02:00

596 B

setup-clojure

This action sets up clojure tools environment for using in GitHub Actions.

  • clojure cli
  • leiningen (not yet available)
  • boot-clj (not yet available)

Usage

steps:
- uses: actions/checkout@latest
- uses: action/setup-java@v1
  with:
    java-version: '9.0.4' // The JDK version to make available on the path. Required to run any clojure command line tools.
- uses: DeLaGuardo/setup-clojure@1.0
  with:
    tools-deps: '1.10.1.469'
- run: clojure -Sdescribe

License

The scripts and documentation in this project are released under the MIT License