luizm/sh-checker
Run shellcheck and/or shfmt on all shell script files and include commentaries, there is a exclude parameter
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sh_checker_exclude | Directory or file name that doesn't need to be checked | no | — |
| sh_checker_shfmt_disable | If true, it will skip the shfmt. Default is false | no | — |
| sh_checker_shellcheck_disable | If true, it will skip the shellcheck. Default is false | no | — |
| sh_checker_checkbashisms_enable | If true, run checkbashisms tool against scripts. Default is false | no | false |
| sh_checker_comment | If true, it will show the errors as commentaries in the pull requests. Default is false | no | — |
| sh_checker_only_diff | If true, run only on files changed in the PR branch. Default is false | no | — |
Outputs
no outputs