Skip to content
gift

GitHub Action

Setup clj-kondo

v1 Latest version

Setup clj-kondo

gift

Setup clj-kondo

Provision hosted runner with clj-kondo

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup clj-kondo

uses: DeLaGuardo/setup-clj-kondo@v1

Learn more about this action in DeLaGuardo/setup-clj-kondo

Choose a version

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