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