conseilsti/Sentinel Format (fmt)
This action uses the `sentinel fmt` command to check that all sentinel files are in the canonical format.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check | By default, fmt checks if the input is properly formatted. If you set it to false, code will be formated in a canonical format. | no | true |
| version | Sentinel version to install. | no | latest |
| working_dir | Sentinel working directory. | no | . |
| subdirectories | Whether or not to search for Sentinel files inside subdirectories. | no | true |
| comment | Whether or not to comment on pull request. | no | true |
| delete_comment | Whether or not to delete previous comment on pull request. | no | true |
Outputs
| name | description |
|---|---|
| exitcode | The exit code of the Sentinel fmt command. |