Skip to content

Merge branch 'feature-secure-api-queries-http-post' of github.com:ope… #230

Merge branch 'feature-secure-api-queries-http-post' of github.com:ope…

Merge branch 'feature-secure-api-queries-http-post' of github.com:ope… #230

name: Test Examples (OpenAPI)
on: [push, pull_request]
jobs:
test_examples_openapi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
- run: npm install -g openapi-examples-validator
- name: Validate the OpenAPI Schema
run: openapi-examples-validator -m openapi-examples-map.json schema/openapi.json
- name: Validate the OpenAPI 3.0 compatible compiled schema
run: openapi-examples-validator -m openapi-examples-map.json docs/extras/openapi30.json