Skip to content

Update links to RFCs #27

Update links to RFCs

Update links to RFCs #27

Workflow file for this run

name: Run OpenAPI linter
on: [push, pull_request]
jobs:
build:
name: Run Spectral
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v2
# Run Spectral
- uses: stoplightio/[email protected]
with:
file_glob: 'OpenAPI/*.yaml'