koumatsumoto/koumatsumoto/validate-semver-action
Action for validating whether the version string is correct according to Semantic Versioning.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| value | string value to be validated | yes | — |
Outputs
| name | description |
|---|---|
| raw_value | Raw inputted value |
| version | Coerced version string |
| coerced | true if Output version is coerced |