Skip to content

Commit 8a9db7a

Browse files
dev: lint-review v4 github action
1 parent d2cdaff commit 8a9db7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2424

2525
- name: clj-kondo
26-
uses: nnichols/clojure-lint-action@v3
26+
uses: nnichols/clojure-lint-action@v4
2727
with:
2828
pattern: "*.clj"
2929
clj_kondo_config: ".clj-kondo/config-ci.edn"

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
** Updated
66
- dev: standard makefile tasks for Practicalli projects
7+
- dev: lint-review v4 github action
78
* 2024-12-19
89
** Added
910

0 commit comments

Comments
 (0)