ryohidaka/ShellScript Formatter
A GitHub Action that formats shell scripts using shfmt.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory path to format shell scripts. | no | . |
| indent | Set the indentation level for shfmt. Default is 4. | no | 4 |
| commit-user-name | Commit username. Defaults to 'github-actions[bot]'. | no | github-actions[bot] |
| commit-user-email | Commit email. Defaults to '41898282+github-actions[bot]@users.noreply.github.com'. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| commit-message | Commit message. Defaults to 'chore: Format ShellScripts'. | no | chore: Format ShellScripts |
| dry-run | If true, the commit and push steps will be skipped. | no | false |
Outputs
no outputs