mirror of
https://github.com/metosin/reitit.git
synced 2026-01-11 17:39:50 +00:00
chore: Run Linter on CI
This commit is contained in:
parent
8721c7ae37
commit
63429a2d1e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/testsuite.yml
vendored
4
.github/workflows/testsuite.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue