chore: Run Linter on CI

This commit is contained in:
Mathieu Lirzin 2026-01-01 18:13:53 +01:00
parent 8721c7ae37
commit 63429a2d1e
No known key found for this signature in database
GPG key ID: 0ADEE10094604D37

View file

@ -36,12 +36,16 @@ jobs:
uses: DeLaGuardo/setup-clojure@13.1
with:
lein: 2.9.5
clj-kondo: 2025.12.23
# Install openapi-schema-validator for openapi-tests
# Uses node version from the ubuntu-latest
- name: Install dependencies
run: npm ci
- name: Run Linter
run: ./lint.sh
- name: Run tests
run: ./scripts/test.sh clj