camaraproject / QualityOnDemand

Repository to describe, develop, document and test the QualityOnDemand API family
https://wiki.camaraproject.org/x/zwOeAQ
Apache License 2.0
37 stars 60 forks source link

Adding swagger editor validator github action #206

Closed RandyLevensalor closed 10 months ago

RandyLevensalor commented 10 months ago

What type of PR is this?

Add one of the following kinds:

What this PR does / why we need it:

This will run the swagger editor validator github action on all pull requests to validate the correctness of the openAPI content.

Which issue(s) this PR fixes:

This is the first PR to address #158

Fixes #

Special notes for reviewers:

This is a fairly simple test that will validate the correctness of the OpenAPI file. Additional linters will be added to check against commonalities.

Changelog input

Added swagger editor validator github action for all pull requests

Additional documentation

This section can be blank.

docs