Skip to content

Commit c7fe23b

Browse files
committed
Use setup-clojure for cljstyle and clj-kondo
1 parent 21b3315 commit c7fe23b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build-and-test.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,8 @@ jobs:
3838
- uses: DeLaGuardo/setup-clojure@master
3939
with:
4040
cli: latest
41-
42-
- uses: 0918nobita/[email protected]
43-
with:
44-
cljstyle-version: '0.16.626'
45-
46-
- uses: DeLaGuardo/setup-clj-kondo@master
47-
with:
48-
version: '2024.05.24'
41+
cljstyle: latest
42+
clj-kondo: latest
4943

5044
- name: Show versions
5145
run: |

0 commit comments

Comments
 (0)