DOCSP-40409 fixed the the error in app services docs #103
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check OpenAPI Spec > Admin API v3 | |
on: | |
pull_request: | |
paths: | |
- "source/openapi-admin-v3.yaml" | |
- "source/admin/api/v3.txt" | |
jobs: | |
check-openapi-spec-admin-api-v3: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 18.x | |
- name: Lint OpenAPI Spec | |
run: | | |
npx -y @redocly/cli@latest lint source/openapi-admin-v3.yaml --config redocly.yaml |