Skip to content

Commit

Permalink
Fix Kondo config
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Aug 12, 2024
1 parent 8d7efd6 commit 29588ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@9.5
with:
cli: 1.11.1.1155
- name: Install clj-kondo
run: |
curl -OL ${DOWNLOAD_URL}/v${CLJ_KONDO_VERSION}/clj-kondo-${CLJ_KONDO_VERSION}-linux-static-amd64.zip
Expand Down

0 comments on commit 29588ad

Please sign in to comment.