basmatthee/Validate OpenAPI spec against TOMP-API
Compare a candidate OpenAPI spec against the TOMP-API reference and fail the build on breaking changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 1, 2025
- License
- None
Pinned Snippet
uses: basmatthee/tomp-api-validator-action@7870914817080d4bff22d6513cdf830efa894445 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| candidate_spec | Path to your OpenAPI YAML file (relative to workspace) | yes | — |
| version_tag | TOMP-API release tag (e.g., v1.6.1). Defaults to latest. | no | — |
| fail_on_breaking_changes | Fail if breaking changes are found | no | true |
| fail_on_non_breaking_changes | Fail if non-breaking changes are found | no | false |
| show_unclassified | Show unclassified changes | no | true |
Outputs
no outputs