Skip to content

update: openapi.yaml #166

update: openapi.yaml

update: openapi.yaml #166

Workflow file for this run

name: lint-oas
on:
push:
paths:
- src/openapi.yaml
- .github/workflows/lint-oas.yml
branches:
- '**'
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
- name: Install spectral
run: npm install -g @stoplight/spectral@5.9.2
- name: Run OAS linter
run: spectral lint ./src/openapi.yaml