Skip to content

Update README.md

Update README.md #30

Workflow file for this run

on: [push, pull_request]
jobs:
openapi_check:
name: "OpenAPI check"
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Run Spectral
- uses: stoplightio/[email protected]
with:
file_glob: openapi.yaml
spectral_ruleset: .spectral.yaml