Skip to content

DeLaGuardo/clojure-lint-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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