actions-marketplace-validations/ShellCheck

GitHub action for ShellCheck.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 20, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ludeeus_action-shellcheck@00b27aa7cb85167568cb48a3838b75f4265f2bca # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
additional_filesA space separated list of additional filename to checkno""
ignorePaths to ignore when running ShellCheckno""
ignore_pathsPaths to ignore when running ShellCheckno""
ignore_namesNames to ignore when running ShellCheckno""
severityMinimum severity of errors to consider. Options: [error, warning, info, style]no""
check_togetherRun shellcheck on _all_ files at once, instead of one at a timeno""
scandirDirectory to be searched for files. Defaults to .no.
disable_matcherSet to true to skip using problem-matchernofalse
formatOutput format (checkstyle, diff, gcc, json, json1, quiet, tty)nogcc
versionSpecify a concrete version of ShellCheck to usenostable
namedescription
filesA list of files with issues
optionsThe options used