Skip to content

Added Changes section to the Draft #503

Added Changes section to the Draft

Added Changes section to the Draft #503

name: Validate OpenAPI Specification
on:
push:
branches:
- "*"
pull_request:
workflow_dispatch:
jobs:
validate_openapi:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate OpenAPI using Swagger CLI
uses: mbowman100/[email protected]
with:
files: spec.yaml
- name: Install openapi-spec-validator
run: pipx install openapi-spec-validator
- name: Validate OpenAPI using spec-validator
run: openapi-spec-validator spec.yaml