Setup clj-kondo
ActionsThis action sets up clj-kondo for using in GitHub Actions.
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
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.