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 04ae1ec commit 9a2f49bCopy full SHA for 9a2f49b
.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@v2
+ uses: nnichols/clojure-lint-action@v3
27
with:
28
pattern: "*.clj"
29
clj_kondo_config: ".clj-kondo/config-ci.edn"
CHANGELOG.org
@@ -2,6 +2,12 @@
2
3
* Unreleased
4
5
+** Added
6
+
7
+** Updated
8
+ - dev: clojure-lint-action v3 in lint-review workflow
9
10
+* 2024-11-03
11
** Added
12
- alias: `:security/nvd-scan` and `:security/nvd-fix` library vulnerabilities scan and fix
13
0 commit comments