Setup Clojure
Version updated for https://github.com/DeLaGuardo/setup-clojure to version 13.5.
- This action is used across all versions by 3,280 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-clojure GitHub Action automates the setup of a Clojure development environment in GitHub Actions workflows by installing various Clojure tools, including Clojure CLI, Leiningen, Boot, Babashka, and others, on macOS, Ubuntu, and Windows runners. It simplifies the process of configuring Clojure tools and ensures compatibility across platforms, enabling developers to efficiently run Clojure-based tasks such as builds, tests, and linting in CI/CD pipelines. This action supports caching of dependencies and provides flexibility to install specific versions or the latest versions of the supported tools.
Release notes
What’s Changed
- Support ARM64 versions of
clj-kondoand other tools by @marksto in https://github.com/DeLaGuardo/setup-clojure/pull/129
New Contributors
- @marksto made their first contribution in https://github.com/DeLaGuardo/setup-clojure/pull/129
Full Changelog: https://github.com/DeLaGuardo/setup-clojure/compare/13.4...13.5