Skip to content

convert have dinner & fun to :nominal-verb-with form #1432

convert have dinner & fun to :nominal-verb-with form

convert have dinner & fun to :nominal-verb-with form #1432

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