Skip to content
Compare
Choose a tag to compare
@allenheltondev allenheltondev released this 28 Oct 20:31
· 3 commits to main since this release

This action is intended to be used to catch breaking changes in an Open API Specification. It will run a series of checks to ensure backward compatibility of the spec with the version currently on the main branch.

If a breaking change is detected, the action will fail and return a report of all the breaking changes it found.

NOTE - This action is intended to be used on Pull Requests as it compares the version of the specification on the current branch to the main branch