Skip to content

Clarify server behavior if content type is not supported #1256

Clarify server behavior if content type is not supported

Clarify server behavior if content type is not supported #1256

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm i -g @apidevtools/swagger-cli@4 @redocly/[email protected]
- name: Lint spec
run: redocly lint ./beacon-node-oapi.yaml
- name: Bundle spec
run: "swagger-cli bundle ./beacon-node-oapi.yaml -r -t yaml -o ./deploy/beacon-node-oapi.yaml"