codebyaidan/format-rst-files-action
A GitHub Action to format RST files using rstfmt
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| rstfmt-args | Additional arguments to pass to rstfmt. | no | "" |
| files | Pattern to match the RST files to be formatted. | no | **/*.rst |
| commit | Whether or not you want the action to push to your repo with the formatting. | no | true |
| github-username | Username for the GitHub action to commit with. | no | github-actions |
| commit-message | Message for the formatter commit. | no | Format RST files |
Outputs
no outputs