Skip to content

Commit 1714bc0

Browse files
committed
Add Kondo to CI
1 parent 3a4650e commit 1714bc0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

+13
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ jobs:
2929
key: "m2-${{ hashFiles('project.clj') }}"
3030
- name: Run tests
3131
run: lein test
32+
kondo:
33+
runs-on: ubuntu-latest
34+
timeout-minutes: 10
35+
steps:
36+
- uses: actions/[email protected]
37+
- uses: DeLaGuardo/clojure-lint-action@master
38+
with:
39+
check-name: Run clj-kondo
40+
clj-kondo-args: >-
41+
--lint
42+
src/marginalia
43+
test
44+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)