Skip to content

Setup clj-kondo

Actions
Provision hosted runner with clj-kondo
v1
Latest
Star (8)

setup-clj-kondo

This action sets up clj-kondo for using in GitHub Actions.

Usage

steps:
- uses: DeLaGuardo/setup-clj-kondo@master
  with:
    version: '2020.04.05'

- uses: actions/checkout@latest

- name: Run on ubuntu or macosx
  run: clj-kondo --lint src

- name: Run on windows
  run: clj-kondo.exe --lint src

For the real world example please check Test Workflow file

License

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

Setup clj-kondo 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

Provision hosted runner with clj-kondo
v1
Latest

Setup clj-kondo 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.