Skip to content

Commit 7332621

Browse files
dev: quality check workflow version update
github/workflows/quality-checks.yaml - update DeLaGuardo/setup-clojure action to version 12.5 - update clj-kondo to version 2024-02-12
1 parent 53169b3 commit 7332621

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/quality-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2020

2121
- name: "Install tools"
22-
uses: DeLaGuardo/setup-clojure@12.1
22+
uses: DeLaGuardo/setup-clojure@12.5
2323
with:
2424
cljstyle: 0.15.0
25-
clj-kondo: 2023.03.17
25+
clj-kondo: 2024.02.12
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
@@ -9,6 +9,7 @@
99

1010
** Updated
1111
- alias: project/create latest practicalli project-template release
12+
- dev: DeLaGuardo/setup-clojure action version 12.5 in github/workflows/quality-checks.yaml
1213

1314
* 2024-01-03
1415
** Changed

0 commit comments

Comments
 (0)