Skip to content

Commit

Permalink
Update clojure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica authored Dec 21, 2024
1 parent cebfaea commit 57f0992
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '8'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.3
uses: DeLaGuardo/setup-clojure@13.0
with:
# Install just one or all simultaneously
# The value must indicate a particular version of the tool, or use 'latest'
Expand All @@ -49,14 +49,6 @@ jobs:
# key: cljdeps-${{ hashFiles('build.boot') }}
restore-keys: cljdeps-

- name: Execute clojure code
run: clojure -e "(+ 1 1)"

- name: Get clj-kondo version
run: clj-kondo --version

- name: Get cljfmt version
run: cljfmt --version

- uses: actions/checkout@v3

Expand Down

0 comments on commit 57f0992

Please sign in to comment.