Skip to content

Commit dac7e2f

Browse files
dev: quality check library update clj-kondo
- clj-kondo/clj-kondo 2024.08.01
1 parent ef5d81d commit dac7e2f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/quality-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: DeLaGuardo/[email protected]
2323
with:
2424
cljstyle: 0.16.626
25-
clj-kondo: 2024.05.24
25+
clj-kondo: 2024.08.01
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

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#+TITLE: Changelog
22

3-
- dev: clj-kondo & cljstyle versions in quality-checks workflow
4-
5-
6-
73
* Unreleased
84

5+
** Updated
6+
- dev: quality check library update clj-kondo/clj-kondo 2024.08.01
7+
98
* 2024-07-17
109
** Updated
1110
- alias: project templates update to clojure 1.10.3

0 commit comments

Comments
 (0)