We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cdaff commit 8a9db7aCopy full SHA for 8a9db7a
.github/workflows/lint-review.yaml
@@ -23,7 +23,7 @@ jobs:
23
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
24
25
- name: clj-kondo
26
- uses: nnichols/clojure-lint-action@v3
+ uses: nnichols/clojure-lint-action@v4
27
with:
28
pattern: "*.clj"
29
clj_kondo_config: ".clj-kondo/config-ci.edn"
CHANGELOG.org
@@ -4,6 +4,7 @@
4
5
** Updated
6
- dev: standard makefile tasks for Practicalli projects
7
+ - dev: lint-review v4 github action
8
* 2024-12-19
9
** Added
10
0 commit comments