Skip to content

Merge pull request #289 from getlago/fix-typos #655

Merge pull request #289 from getlago/fix-typos

Merge pull request #289 from getlago/fix-typos #655

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'