Skip to content

Commit 552ea89

Browse files
dev: cljstyle & clj-kondo updates in quality-checks
1 parent 140a243 commit 552ea89

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/quality-checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: actions/checkout@v4
1919
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2020

21-
- name: "Install tools"
22-
uses: DeLaGuardo/setup-clojure@13.2
21+
- name: "Prepare Clojure tools"
22+
uses: DeLaGuardo/setup-clojure@13.4
2323
with:
24-
cljstyle: 0.17.642
25-
clj-kondo: 2025.04.07
24+
cljstyle: 0.17.642 # Cljstyle
25+
clj-kondo: 2025.06.05 # Clj-kondo
2626

2727
- name: "Lint Clojure"
2828
run: clj-kondo --lint deps.edn --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

CHANGELOG.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#+TITLE: Changelog
22

33
* Unreleased
4+
** Updated
5+
- dev: cljstyle & clj-kondo updates in quality-checks
46

57
* 2025-06-03
68
** Updated

0 commit comments

Comments
 (0)