-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ed91a4
commit af29727
Showing
1 changed file
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,16 +27,8 @@ jobs: | |
- name: Install clojure tools | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
# Install just one or all simultaneously | ||
# The value must indicate a particular version of the tool, or use 'latest' | ||
# to always provision the latest version | ||
cli: 1.10.1.693 # Clojure CLI based on tools.deps | ||
# lein: 2.9.1 # Leiningen | ||
# boot: 2.8.3 # Boot.clj | ||
# bb: 0.7.8 # Babashka | ||
clj-kondo: 2022.05.31 # Clj-kondo | ||
# cljfmt: 0.10.2 # cljfmt | ||
# cljstyle: 0.15.0 # cljstyle | ||
# clj-kondo: 2022.05.31 # Clj-kondo | ||
cmd-exe-workaround: 'latest' # Replaces `clojure` with `deps.clj` on Windows | ||
zprint: 1.2.3 # zprint | ||
|
||
|
@@ -48,18 +40,8 @@ jobs: | |
~/.m2/repository | ||
~/.gitlibs | ||
~/.deps.clj | ||
# List all files containing dependencies: | ||
key: cljdeps-${{ hashFiles('deps.edn') }} | ||
# key: cljdeps-${{ hashFiles('deps.edn', 'bb.edn') }} | ||
# key: cljdeps-${{ hashFiles('project.clj') }} | ||
# key: cljdeps-${{ hashFiles('build.boot') }} | ||
restore-keys: cljdeps- | ||
|
||
- name: Execute clojure code | ||
run: clojure -X:test/run | ||
|
||
- name: Get clj-kondo version | ||
run: clj-kondo --version | ||
|
||
- name: Get zprint version | ||
run: zprint --version |