Skip to content

Commit

Permalink
Use setup-clojure for cljstyle and clj-kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
makinoshi committed Jul 22, 2024
1 parent 21b3315 commit c7fe23b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,8 @@ jobs:
- uses: DeLaGuardo/setup-clojure@master
with:
cli: latest

- uses: 0918nobita/[email protected]
with:
cljstyle-version: '0.16.626'

- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2024.05.24'
cljstyle: latest
clj-kondo: latest

- name: Show versions
run: |
Expand Down

0 comments on commit c7fe23b

Please sign in to comment.