Skip to content

build: bump clojure (1.11.2), charred (1.034), commons-compress (1.26… #117

build: bump clojure (1.11.2), charred (1.034), commons-compress (1.26…

build: bump clojure (1.11.2), charred (1.034), commons-compress (1.26… #117

Workflow file for this run

name: Clojure CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: lein -U deps
- name: Run tests
run: lein test
- name: Deploy
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/devel'
run: lein deploy
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}