rjmasikome/Simple YAML Array Sort Check
Get YAML file and check if the array in the alphabetical order
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file | YAML file to be checked if it is sorted | yes | — |
| sortKey | Sort Key if the array is an object or not atomic, it will sort based on the name of the key given | no | — |
| uniqueKeys | Comma separated string, with the key names where the value of the keys should be unique | no | — |
| requiredKeyTypes | Comma separated string, with column separated string as each key type pair, with the key names of required keys and its type | no | — |
| optionalKeyTypes | Comma separated string, with column separated string as each key type pair, with the key names of optional keys and its type | no | — |
Outputs
no outputs