Skip to content

Add link to the library #42

Add link to the library

Add link to the library #42

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: delaguardo/setup-clojure@12.1
with:
lein: 2.10.0
- name: Run lint
run: lein lint