Skip to content

feat(events): update openapi.yaml file #647

feat(events): update openapi.yaml file

feat(events): update openapi.yaml file #647

Workflow file for this run

name: Validate OpenAPI schema - Spectral
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate OpenAPI definition
uses: stoplightio/spectral-action@latest
with:
file_glob: 'openapi.yaml'