Skip to content

moving some processing to the processing file #105

moving some processing to the processing file

moving some processing to the processing file #105

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