Skip to content

adding the missing CollationKeyAnalyzer class #759

adding the missing CollationKeyAnalyzer class

adding the missing CollationKeyAnalyzer class #759

Workflow file for this run

name: clj-kondo checks
on: [push]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Install clojure tools-deps
uses: DeLaGuardo/setup-clojure@11.0
with:
cli: '1.11.1.1347'
bb: '1.3.181'
clj-kondo: '2023.05.26'
- name: Lint the code
run: clj-kondo --lint src test