Skip to content

DEV-1471: Update spec to include new endpoints, and minor fixes #6

DEV-1471: Update spec to include new endpoints, and minor fixes

DEV-1471: Update spec to include new endpoints, and minor fixes #6

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Run Linter
run: npx @redocly/cli@latest lint spec.json