actions-marketplace-validations/Normalized Unicode
Checks for unnormalized Unicode and optionally commits a fix if needed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| transliteration | The Unicode style you would like to consider standard | yes | Any-NFC |
| check_all | Should it check all files in the repro instead of just the files touched by the last commit? | yes | false |
| exit_code | What exit status code should it use if a file was found in need of normalization? | yes | 0 |
| commit_fix | If a problem is found, should the action automatically commit a fix? | yes | true |
| token | A personal access token for pushing the fix to the repo. Required if you want that push to trigger workflows | no | — |
Outputs
no outputs