neulab / explainaboard_web

MIT License
8 stars 2 forks source link

Add CI check for openapi version #543

Closed noelchen90 closed 1 year ago

noelchen90 commented 1 year ago

closes #341

This PR adds a workflow only triggered when there is a pull request to the main branch and specifically on the file openapi/openapi.yaml

Whenever there is a change in openapi.yaml file, it will compare the newer version to the previous version. And return unsuccessful if it is not bumped up.