Skip to content

clj-kondo checks

Actions
Lint your clojure code with clj-kondo in parallel to your builds
v1
Latest
Star (42)

Clojure Lint Action (using clj-kondo)

Run clj-kondo and annotate source code changes with results.

Usage

    steps:
    - uses: actions/checkout@v1
    - uses: DeLaGuardo/clojure-lint-action@master
      with:
        clj-kondo-args: --lint src
        # check-name is optional
        check-name: This is a report name
        # secrets.GITHUB_TOKEN is needed here
        # to publish annotations back to github
        # this action is not storing or sending it anywhere
        github_token: ${{ secrets.GITHUB_TOKEN }}

Annotation example

Check Run example

License

The scripts and documentation in this project are released under the MIT License

clj-kondo checks is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Lint your clojure code with clj-kondo in parallel to your builds
v1
Latest

clj-kondo checks is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.