actions-marketplace-validations/Check compatibility
Action to persist and read compatibility informations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 26, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/wistefan_check-compatibility@9e760d3a3288082e81ff5975d00e8e56b027c144 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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