actions-marketplace-validations/tflint-action

🐶 Run tflint with reviewdog on pull requests to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.${{ github.token }}
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-pr-check,github-pr-review].github-pr-check
fieldswill check whether these fields exist in the test file.""
pathBase directory to run action. Same as `[path]` of `find` command..
patternFile patterns of target files. Same as `-name [pattern]` of `find` command.*
excludeExclude patterns of target files. Same as `-not -path [exclude]` of `find` command.""
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter].added
fail_on_errorExit code for reviewdog when errors are found [true,false].false

no outputs