Skip to content
Snippets Groups Projects
Unverified Commit 676fcd8c authored by Ngoc Khuat's avatar Ngoc Khuat Committed by GitHub
Browse files

Install clojure before running clj-kondo (#36222)

parent 24bed250
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,10 @@ jobs:
DOWNLOAD_URL: https://github.com/clj-kondo/clj-kondo/releases/download
steps:
- uses: actions/checkout@v3
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: 'kondo'
- name: Install clj-kondo
run: |
curl -OL ${DOWNLOAD_URL}/v${CLJ_KONDO_VERSION}/clj-kondo-${CLJ_KONDO_VERSION}-linux-static-amd64.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment