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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 1, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: basmatthee/tomp-api-validator-action@7870914817080d4bff22d6513cdf830efa894445 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
candidate_specPath to your OpenAPI YAML file (relative to workspace)yes
version_tagTOMP-API release tag (e.g., v1.6.1). Defaults to latest.no
fail_on_breaking_changesFail if breaking changes are foundnotrue
fail_on_non_breaking_changesFail if non-breaking changes are foundnofalse
show_unclassifiedShow unclassified changesnotrue

no outputs