Skip to content

Bump commons

Bump commons #473

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@v3
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1
with:
swagger-editor-url: http://localhost/
definition-file: docs/cristin-proxy-swagger.yaml