Skip to content

API Reference - Clarify wording in the newly added section 5.8.2 on h… #49

API Reference - Clarify wording in the newly added section 5.8.2 on h…

API Reference - Clarify wording in the newly added section 5.8.2 on h… #49

on: [push]
jobs:
validate_openapi:
runs-on: ubuntu-latest
name: Validate OpenAPI definitions
steps:
- uses: actions/checkout@v4
- name: Install OpenAPI validator
run: npm install -g @redocly/cli
- name: Validate Managment API
run: redocly lint --config Swagger/redoclyconfig.yaml Swagger/AlpacaManagementAPI_v1.yaml
- name: Validate Alpaca Device API
run: redocly lint --config Swagger/redoclyconfig.yaml Swagger/AlpacaDeviceAPI_v1.yaml
env:
NODE_NO_WARNINGS: 1