Skip to content

Commit

Permalink
[DOCS-3265] Use standalone Redoc HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Aug 20, 2024
1 parent e076a0e commit f1bba14
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 754 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/validate-openapi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Validate OpenAPI Spec

on:
push:
paths:
- "openapi.yml"

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install dependencies
run: npm ci

- name: Validate OpenAPI spec
run: npm run lint:openapi
Loading

0 comments on commit f1bba14

Please sign in to comment.