Skip to content

✨ [#1637] moved environmental variable to disable 2fa to #6

✨ [#1637] moved environmental variable to disable 2fa to

✨ [#1637] moved environmental variable to disable 2fa to #6

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
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/openapi.yaml