a5k-testing/TEST
GitHub action to execute a lint check of all shell scripts using ShellCheck.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 26, 2023
- License
- GPL 3.0
Pinned Snippet
uses: a5k-testing/github-action-test@8f495b22318b9a7f7f0e1fcd81df2a16b7abd51e # v2.1.1-betatags 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.7.2, ...] | no | stable |
| severity | Minimum severity of issues to display. Values: [style, info, warning, error] | no | style |
| enable-all-opt-checks | Enable all optional checks. Values: [true, false] | no | false |
| ignore-files | List of files to ignore, the separator is: | | no | — |
Outputs
| name | description |
|---|---|
| NumFilesWthIssues | Number of files with issues |
| ListFilesWithIssues | A list of files with issues |