This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup open api spec and validate
Signed-off-by: Mark Phelps <[email protected]>
- Loading branch information
1 parent
da9c6f9
commit c98d0ed
Showing
3 changed files
with
280 additions
and
362 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
name: Validate OpenAPI Schema | ||
jobs: | ||
validate: | ||
runs-on: ubuntu-latest | ||
name: Validate | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Validate OpenAPI definition | ||
uses: swaggerexpert/swagger-editor-validate@v1 | ||
with: | ||
definition-file: openapi.yml |
Oops, something went wrong.