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 82eabbe commit a5c1355Copy full SHA for a5c1355
.github/workflows/quality-checks.yaml
@@ -19,7 +19,7 @@ jobs:
19
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
20
21
- name: "Install tools"
22
- uses: DeLaGuardo/setup-clojure@11.0
+ uses: DeLaGuardo/setup-clojure@12.1
23
with:
24
cljstyle: 0.15.0
25
clj-kondo: 2023.03.17
CHANGELOG.org
@@ -5,6 +5,7 @@
5
- docs: rewrite `:dev` aliases introduction
6
- alias: `:test/cloverage` corrected to `:test/coverage`
7
- ci: action/checkout@v4 in all GitHub workflows
8
+ - ci: update [email protected]
9
10
** Updated
11
*** Update library versions using `make outdated`
0 commit comments