Skip to content

Drop the API key from the link to the online library #49

Drop the API key from the link to the online library

Drop the API key from the link to the online library #49

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