Skip to content

🔥 [#453] remove v1 #185

🔥 [#453] remove v1

🔥 [#453] remove v1 #185

Workflow file for this run

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