Skip to content

add anaphoric 'be able to' #1312

add anaphoric 'be able to'

add anaphoric 'be able to' #1312

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