Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 17, 2024
1 parent d47b5a8 commit fb944ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
with:
node-version: 12.x
- name: Prepare java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.14
distribution: 'zulu' # https://github.com/actions/setup-java/blob/main/README.md#Supported-distributions
java-version: '14'
java-package: jdk # optional (jdk or jre) - defaults to jdk
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@3.5
with:
cli: 1.10.3.882 # Clojure CLI based on tools.deps
cli: 1.10.3.1029 # Clojure CLI based on tools.deps
- name: clj-fmt
if: ${{ matrix.os != 'windows-latest' }}
run: clojure -M:cljfmt
Expand Down

0 comments on commit fb944ce

Please sign in to comment.