Skip to content

UD-13144 Add operatingAddress validation #365

UD-13144 Add operatingAddress validation

UD-13144 Add operatingAddress validation #365

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: redocly openapi lint
steps:
- name: checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ">=22.12.0"
- name: Install Redocly CLI
run: npm i @redocly/cli@latest
- name: Run Redocly Lint
run: npx redocly lint --config .redocly.yaml openapi.json