Skip to content

Merge pull request #273 from VNG-Realisatie/issue/#2157_1.3_remove_re… #167

Merge pull request #273 from VNG-Realisatie/issue/#2157_1.3_remove_re…

Merge pull request #273 from VNG-Realisatie/issue/#2157_1.3_remove_re… #167

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