Skip to content

Commit

Permalink
dev: update to clj-kondo 2024.08.29 in quality-checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 9, 2024
1 parent 45f7d7f commit e2256a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: DeLaGuardo/setup-clojure@12.5
with:
cljstyle: 0.16.626
clj-kondo: 2024.08.01
clj-kondo: 2024.08.29

- name: "Lint Clojure"
run: clj-kondo --lint deps.edn --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
** Added
- dev: megalinter-update task to upgrade config
- dev: update megalinter config to version 8
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow

** Updated
- Update library versions using `make outdated`
Expand Down

0 comments on commit e2256a8

Please sign in to comment.