Skip to content

Depend on a up-to-date version of parboiled-java #52

Depend on a up-to-date version of parboiled-java

Depend on a up-to-date version of parboiled-java #52

Workflow file for this run

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