Skip to content

Commit

Permalink
ci again.
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Mar 5, 2024
1 parent fb8f261 commit d3390e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ jobs:
with:
java-version: 1.14
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@3.5
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.10.3.882 # Clojure CLI based on tools.deps
cli: 1.11.1.1165 # Clojure CLI based on tools.deps
bb: 0.7.8 # Babashka
clj-kondo: 2022.05.31 # Clj-kondo
cljfmt: 0.10.2 # cljfmt
cljstyle: 0.15.0 # cljstyle
- name: clj-fmt
if: ${{ matrix.os != 'windows-latest' }}
run: clojure -M:cljfmt
shell: bash
- name: show git tag
run: clojure -M:garamond
- name: Install dependencies
run: |
clojure -X:goldly :profile '"npm-install"'
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
:jar-file jar-file}))

(defn deploy "Deploy the JAR to Clojars." [_]
(println "Deploying to Clojars.")
(println "Deploying to Clojars..")
(dd/deploy {:installer :remote
;:sign-releases? true
:pom-file (b/pom-path (select-keys opts [:lib :class-dir]))
Expand Down
4 changes: 0 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
:sha "0ca84df1357d71429243b99908303f45a934654c"}}
:main-opts ["-m" "clj-check.check"]}

:garamond
{:main-opts ["-m" "garamond.main"]
:extra-deps {com.workframe/garamond {:mvn/version "0.4.0"}}}

; demo ui

:goldly
Expand Down

0 comments on commit d3390e3

Please sign in to comment.