actions-marketplace-validations/Format CODEOWNERS
Formats CODEOWNERS files. Does not commit any files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| format-style | The style of format to apply. | yes | lined-up |
| file-path | The path to the CODEOWNERS file to operate on. Otherwise searches for valid CODEOWNERS files as described in: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location. | no | CODEOWNERS |
| remove-empty-lines | Whether or not to remove empty lines. | no | false |
Outputs
| name | description |
|---|---|
| formatted-files | A space-separated list of files that were changed in some way. If a file was not changed, it will not appear in this list. |