Skip to content

Create an initial version when inserting a document #250

Create an initial version when inserting a document

Create an initial version when inserting a document #250

Workflow file for this run

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