Skip to content

Commit 2cb7cca

Browse files
dev: update clj-kondo 2025.04.07 quality-checks workflow
1 parent ecd5f19 commit 2cb7cca

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: 2025.02.20
25+
clj-kondo: 2025.04.07
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
@@ -3,6 +3,7 @@
33
* Unreleased
44
** Added
55
- dev: ci scheduled stale issue & pr check (monthly)
6+
- dev: update clj-kondo 2025.04.07 quality-checks workflow
67

78
* 2025-04-02
89
** Added

0 commit comments

Comments
 (0)