wistefan/Check compatibility
Action to persist and read compatibility informations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | The operation to be executed. Possible values: ["IS_COMPATIBLE", "PERSIST_INFO", "MARKDOWN"] | no | IS_COMPATIBLE |
| compatibilityFile | Path to the compatibility file. | yes | — |
| componentOne | Name of the first component to be handled | yes | — |
| componentTwo | Name of the second component to be handled | yes | — |
| versionOne | Version of the first component to be handled. Required for operations ['IS_COMPATIBLE', 'PERSIST_INFO'] | no | — |
| versionTwo | Version of the second component to be handled. Required for operations ['IS_COMPATIBLE', 'PERSIST_INFO'] | no | — |
| compatible | Compatibility information for operation 'PERSIST_INFO'. Possible values: [True, False] | no | — |
| markdownOutput | File to be created on operation 'MARKDOWN' | no | compatibility.md |
Outputs
no outputs