2019-10-20 16:52:39 +02:00
2019-10-08 11:57:51 +02:00
2019-10-04 11:41:15 +02:00
2019-10-04 11:41:15 +02:00
2019-10-04 11:41:15 +02:00
2019-10-08 11:57:51 +02:00
2019-10-04 11:41:15 +02:00
2019-10-08 11:57:51 +02:00
2019-10-08 11:57:51 +02:00
2019-10-20 16:52:39 +02:00
2019-10-04 11:41:15 +02:00

setup-clojure

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

  • clojure cli
  • leiningen
  • boot-clj

Usage

steps:
- uses: actions/checkout@latest
- uses: actions/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

For more usecases please check Smoke Test Workflow file

License

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

Description
GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
Readme MIT
Languages
TypeScript 99.3%
JavaScript 0.7%