Skip to content

Commit

Permalink
Add missing clj-kondo and cljfmt to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 6, 2024
1 parent 29ab6aa commit 4b96a20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
java-version: '11'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@10.1
uses: DeLaGuardo/setup-clojure@12.5
with:
lein: 2.9.10
lein: 2.11.2
clj-kondo: 2024.09.27
cljfmt: 0.13.0

- name: Cache clojure dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 4b96a20

Please sign in to comment.