Skip to content

Attach a heading role to the heading of each entry #48

Attach a heading role to the heading of each entry

Attach a heading role to the heading of each entry #48

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