Skip to content

Try to be more clear in the explanation. #103

Try to be more clear in the explanation.

Try to be more clear in the explanation. #103

Workflow file for this run

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