Skip to content

Fix tag and add endpoints #6

Fix tag and add endpoints

Fix tag and add endpoints #6

name: openapi-yaml-lint
on:
pull_request:
paths:
- openapi.yml
- .github/workflows/openapi_yaml_lint.yml
push:
branches:
- develop
paths:
- openapi.yml
jobs:
spectral_lint:
name: Run Spectral
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: stoplightio/spectral-action@latest
with:
file_glob: "openapi.yml"