Skip to content

updating deps - breaking changesin clay #109

updating deps - breaking changesin clay

updating deps - breaking changesin clay #109

Workflow file for this run

name: Clojure CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test