Skip to content

improve ergonomics change :X-verb-with & to :X-verb {:with Y} #1438

improve ergonomics change :X-verb-with & to :X-verb {:with Y}

improve ergonomics change :X-verb-with & to :X-verb {:with Y} #1438

Workflow file for this run

name: Clojure CI
on:
push:
branches:
- '*'
pull_request:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test