actions-marketplace-validations/shellcheck action

GitHub action to check shell script linting.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 5, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/nuwaycloud_shellcheck-action@ce2cc8de5266e480bbf7a89e89f35646f2d7a482 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
additional_filesThis input contains a space separated list of additional filename to checkno""
ignoreThis input contains the paths to ignore when running shellcheckno""
ignore_pathsThis input contains the paths to ignore when running shellcheckno""
ignore_namesThis input contains the names to ignore when running shellcheckno""
severityThis input contains the minimum severity of errors to consider. Options: [error, warning, info, style]noerror
check_togetherThis input controls the run shellcheck on _all_ files at once, instead of one at a timeno""
scandirThis input contains the directory to be searched for files. Defaults to .no.
formatThis input contains the output format (checkstyle, diff, gcc, json, json1, quiet, tty)nocheckstyle
versionThis input contains the shellcheck version to installnostable
namedescription
filesThis output contains a list of files with issues
optionsThis output contains the options used