Skip to content

Simplified model of PublishingDetails #1937

Simplified model of PublishingDetails

Simplified model of PublishingDetails #1937

Workflow file for this run

name: Lint OpenAPI
on: [ push ]
jobs:
openapi-linter:
runs-on: ubuntu-latest
services:
swagger-editor:
image: swaggerapi/swagger-editor
ports:
- 80:8080
steps:
- uses: actions/checkout@v4
- name: Validate OpenAPI definition
uses: swaggerexpert/swagger-editor-validate@v1
with:
swagger-editor-url: http://localhost/
definition-file: docs/openapi.yaml