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 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jul 23, 2024
1 parent da9c6f9 commit c11fddc
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 361 deletions.
6 changes: 0 additions & 6 deletions .fernignore

This file was deleted.

5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @flipt-io/maintainers
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 c11fddc

Please sign in to comment.