Skip to content

ref: move the score calculation logic out of merge-left function #76

ref: move the score calculation logic out of merge-left function

ref: move the score calculation logic out of merge-left function #76

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clojure Lint
uses: DeLaGuardo/clojure-lint-action@master
with:
clj-kondo-args: --parallel --lint src test
github_token: ${{ secrets.GITHUB_TOKEN }}