Run clj-kondo and annotate source code changes with results.
steps:
- uses: actions/checkout@v1
- uses: DeLaGuardo/clojure-lint-action@masterwith:
clj-kondo-args: --lint src# check-name is optionalcheck-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 anywheregithub_token: ${{ secrets.GITHUB_TOKEN }}The scripts and documentation in this project are released under the MIT License

