Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore: cleanup open api spec and validate
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Jul 22, 2024
1 parent da9c6f9 commit c98d0ed
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 362 deletions.
6 changes: 0 additions & 6 deletions .fernignore

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/validate.yml
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
Loading

0 comments on commit c98d0ed

Please sign in to comment.