https://github.com/DeLaGuardo/clojure-lint-action
  
  
     
    https://github.com/DeLaGuardo/clojure-lint-action
  
annotation clj-kondo clojure linter
        Last synced: 6 months ago 
        JSON representation
    
- Host: GitHub
 - URL: https://github.com/DeLaGuardo/clojure-lint-action
 - Owner: DeLaGuardo
 - License: mit
 - Created: 2019-11-07T09:35:03.000Z (almost 6 years ago)
 - Default Branch: master
 - Last Pushed: 2023-10-17T17:10:21.000Z (about 2 years ago)
 - Last Synced: 2025-04-03T18:52:25.404Z (7 months ago)
 - Topics: annotation, clj-kondo, clojure, linter
 - Language: JavaScript
 - Size: 236 KB
 - Stars: 43
 - Watchers: 2
 - Forks: 16
 - Open Issues: 6
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- stars - DeLaGuardo/clojure-lint-action - \[*MIT License*\] (⭐️43) (JavaScript)
 - stars - DeLaGuardo/clojure-lint-action - \[*MIT License*\] (⭐️42) (JavaScript)
 
README
          # Clojure Lint Action (using clj-kondo)
Run clj-kondo and annotate source code changes with results.
# Usage
```yaml
    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 }}
```


# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)