We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c76970 commit 98cfcadCopy full SHA for 98cfcad
.github/workflows/pr-testing.yaml
@@ -28,6 +28,16 @@ jobs:
28
with:
29
distribution: 'temurin'
30
java-version: ${{ matrix.version }}
31
+ - name: Install Clojure tools
32
+ uses: DeLaGuardo/[email protected]
33
+ with:
34
+ cli: latest # Clojure CLI based on tools.deps
35
+ lein: latest # Leiningen
36
+ boot: latest # Boot.clj
37
+ bb: latest # Babashka
38
+ clj-kondo: latest # Clj-kondo
39
+ cljstyle: latest # cljstyle
40
+ zprint: latest # zprint
41
- name: clojure tests
42
run: lein test
43
timeout-minutes: 30
0 commit comments