Skip to content

Commit

Permalink
Add Kondo to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald committed May 6, 2024
1 parent 3a4650e commit 1714bc0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ jobs:
key: "m2-${{ hashFiles('project.clj') }}"
- name: Run tests
run: lein test
kondo:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- uses: DeLaGuardo/clojure-lint-action@master
with:
check-name: Run clj-kondo
clj-kondo-args: >-
--lint
src/marginalia
test
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1714bc0

Please sign in to comment.