Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Feb 20, 2024
1 parent 2f94402 commit 29f3b77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ classpath="$(lein with-profile -user,+test classpath)"
# populate a clj-kondo cache per https://github.com/clj-kondo/clj-kondo/tree/4f1252748b128da6ea23033f14b2bec8662dc5fd#project-setup :
lein with-profile -user,+test,+clj-kondo run -m clj-kondo.main --lint "$classpath" --dependencies --parallel --copy-configs
lein with-profile -user,+test,+clj-kondo run -m clj-kondo.main --lint src test
lein version
lein eastwood
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
uses: actions/checkout@master
with:
ref: ${{ github.ref }}
- run: .github/lint.sh
- name: Install leiningen
uses: DeLaGuardo/setup-clojure@12.1
uses: DeLaGuardo/setup-clojure@12.5
with:
lein: 2.9.4
lein: 2.9.1
- run: .github/lint.sh
- run: lein cljfmt check
- run: lein with-profile +dev cloverage --lcov
- name: Coveralls
Expand All @@ -56,9 +56,9 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Install leiningen
uses: DeLaGuardo/setup-clojure@12.1
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: '1.10.3.1029'
lein: '2.9.4'
cli: 1.10.3.1029
lein: 2.9.1
- run: shellcheck .github/*.sh
- run: .github/integration_test.sh
6 changes: 3 additions & 3 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
java-version: '11'
- name: Install Clojure CLI
uses: DeLaGuardo/setup-clojure@12.1
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: '1.10.3.933'
lein: 2.9.5
cli: 1.10.3.933
lein: 2.9.1
- name: check for outdated dependencies
id: deps
run: |
Expand Down

0 comments on commit 29f3b77

Please sign in to comment.