Skip to content

fix: Errata for 1.0-draft #19

fix: Errata for 1.0-draft

fix: Errata for 1.0-draft #19

Workflow file for this run

name: API linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
- name: Install Redocly CLI
run: npm install -g @redocly/cli@latest
- name: Run linting
run: redocly lint "spec/**/openapi.json" --format=github-actions