Skip to content

Commit e2256a8

Browse files
dev: update to clj-kondo 2024.08.29 in quality-checks workflow
1 parent 45f7d7f commit e2256a8

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.16.626
25-
clj-kondo: 2024.08.01
25+
clj-kondo: 2024.08.29
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
@@ -4,6 +4,7 @@
44
** Added
55
- dev: megalinter-update task to upgrade config
66
- dev: update megalinter config to version 8
7+
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow
78

89
** Updated
910
- Update library versions using `make outdated`

0 commit comments

Comments
 (0)