mirror of
https://github.com/metosin/reitit.git
synced 2026-02-08 04:43:12 +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
|
uses: DeLaGuardo/setup-clojure@13.1
|
||||||
with:
|
with:
|
||||||
lein: 2.9.5
|
lein: 2.9.5
|
||||||
|
clj-kondo: 2025.12.23
|
||||||
|
|
||||||
# Install openapi-schema-validator for openapi-tests
|
# Install openapi-schema-validator for openapi-tests
|
||||||
# Uses node version from the ubuntu-latest
|
# Uses node version from the ubuntu-latest
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Run Linter
|
||||||
|
run: ./lint.sh
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./scripts/test.sh clj
|
run: ./scripts/test.sh clj
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue