Skip to content

Commit e1b1e38

Browse files
dev: clj-kondo 2025.02.20 in quality check github action
1 parent 54f2586 commit e1b1e38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/quality-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: DeLaGuardo/[email protected]
2323
with:
2424
cljstyle: 0.17.642
25-
clj-kondo: 2024.11.14
25+
clj-kondo: 2025.02.20
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- dev: standard makefile tasks for Practicalli projects
77
- dev: lint-review v4 github action
88
- dev: megalinter v8 (uses latest minor version) github action
9+
- dev: clj-kondo 2025.02.20 in quality check github action
910
- aliases: outdated skip git diff between current and new dependency
1011
* 2024-12-19
1112
** Added

0 commit comments

Comments
 (0)