practicalli/Clojure Style Action

A simple GitHub Actions to lint Clojure Code with clj-kondo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.no${{ github.token }}
levelReport level for reviewdog [info,warning,error]noerror
reporterReporter of reviewdog command [github-pr-check,github-pr-review,github-check]. Default is github-pr-check. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. nogithub-pr-check
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. noadded
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. nofalse
reviewdog_flagsAdditional reviewdog flagsno""
pathBase directory to run clj-kondo. Same as `[path]` of `find` command.no.
patternFile patterns of target files. Same as `-name [pattern]` of `find` command.no*.clj*
excludeExclude patterns of target files. Same as `-not -path [exclude]` of `find` command.no
cljstyle_configFlags to pass to cljstyle `--config` option, which may either be in-line options or a path to a config file.no""

no outputs