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

chore: cleanup open api spec and validate #1

chore: cleanup open api spec and validate

chore: cleanup open api spec and validate #1

Workflow file for this run

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