Skip to content

Commit 29f3b77

Browse files
committed
dbg
1 parent 2f94402 commit 29f3b77

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ classpath="$(lein with-profile -user,+test classpath)"
77
# populate a clj-kondo cache per https://github.com/clj-kondo/clj-kondo/tree/4f1252748b128da6ea23033f14b2bec8662dc5fd#project-setup :
88
lein with-profile -user,+test,+clj-kondo run -m clj-kondo.main --lint "$classpath" --dependencies --parallel --copy-configs
99
lein with-profile -user,+test,+clj-kondo run -m clj-kondo.main --lint src test
10+
lein version
1011
lein eastwood

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
uses: actions/checkout@master
2626
with:
2727
ref: ${{ github.ref }}
28-
- run: .github/lint.sh
2928
- name: Install leiningen
30-
uses: DeLaGuardo/setup-clojure@12.1
29+
uses: DeLaGuardo/setup-clojure@12.5
3130
with:
32-
lein: 2.9.4
31+
lein: 2.9.1
32+
- run: .github/lint.sh
3333
- run: lein cljfmt check
3434
- run: lein with-profile +dev cloverage --lcov
3535
- name: Coveralls
@@ -56,9 +56,9 @@ jobs:
5656
with:
5757
ref: ${{ github.ref }}
5858
- name: Install leiningen
59-
uses: DeLaGuardo/setup-clojure@12.1
59+
uses: DeLaGuardo/setup-clojure@12.5
6060
with:
61-
cli: '1.10.3.1029'
62-
lein: '2.9.4'
61+
cli: 1.10.3.1029
62+
lein: 2.9.1
6363
- run: shellcheck .github/*.sh
6464
- run: .github/integration_test.sh

.github/workflows/dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
java-version: '11'
1717
- name: Install Clojure CLI
18-
uses: DeLaGuardo/setup-clojure@12.1
18+
uses: DeLaGuardo/setup-clojure@12.5
1919
with:
20-
cli: '1.10.3.933'
21-
lein: 2.9.5
20+
cli: 1.10.3.933
21+
lein: 2.9.1
2222
- name: check for outdated dependencies
2323
id: deps
2424
run: |

0 commit comments

Comments
 (0)