a5k-actions/ShellChecker
GitHub action to execute a lint check of all shell scripts using ShellCheck.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 13, 2026
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- GPL 3.0
Pinned Snippet
uses: a5k-actions/shellchecker@c753d54814d1a04374847970a7b2fcb28f67dcbd # v0.1.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| shellcheck-version | Version of ShellCheck to use. Values: [stable, latest, v0.8.0, ...] | no | stable |
| severity | Minimum severity of issues to display. Values: [style, info, warning, error] | no | — |
| enable-all-opt-checks | Enable all optional checks. Values: [true, false] | no | false |
| ignore-files | List of files to ignore, the separator is: | | no | gradlew |
| verbose-logging | Enable detailed logging. | no | false |
Outputs
| name | description |
|---|---|
| NumFilesWthIssues | Number of files with issues |
| ListFilesWithIssues | A list of files with issues |