We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 442b16b + 3e91643 commit 1877400Copy full SHA for 1877400
.circleci/config.yml
@@ -8,7 +8,7 @@ version: 2
8
jobs:
9
clj-kondo:
10
docker:
11
- - image: cljkondo/clj-kondo:2024.05.22
+ - image: cljkondo/clj-kondo:2024.05.24
12
steps:
13
- checkout
14
- run: clj-kondo --lint .
0 commit comments