-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump libraries * Update CHANGELOG.md * Fix typo * Update CHANGELOG.md Co-authored-by: Marco Biscaro <[email protected]> * Bump library version in project.clj * Setup leiningen on CI * Bump lein * Setup leiningen on release workflow --------- Co-authored-by: Marco Biscaro <[email protected]>
- Loading branch information
1 parent
8aeec82
commit 4d90746
Showing
4 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,11 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ matrix.java-version }} | ||
|
||
- name: Install clojure tools | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
lein: 2.11.2 | ||
|
||
- name: Print java version | ||
run: java -version | ||
|
||
|
@@ -44,5 +49,10 @@ jobs: | |
distribution: 'temurin' | ||
java-version: 21 | ||
|
||
- name: Install clojure tools | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
lein: 2.11.2 | ||
|
||
- name: Lint check | ||
run: lein lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,11 @@ jobs: | |
distribution: 'temurin' | ||
java-version: ${{ matrix.java-version }} | ||
|
||
- name: Install clojure tools | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
lein: 2.11.2 | ||
|
||
- name: Print java version | ||
run: java -version | ||
|
||
|
@@ -39,6 +44,16 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: 21 | ||
|
||
- name: Install clojure tools | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
lein: 2.11.2 | ||
|
||
- name: Install dependencies | ||
run: lein deps | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters