8000 See if this is it · dockstore/dockstore@2115b02 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

See if this is it #4801

See if this is it

See if this is it #4801

name: Validate openapi.yaml
on: [push]
jobs:
test_swagger_editor_validator_remote:
runs-on: ubuntu-latest
name: Swagger Editor Validator Remote
steps:
- uses: actions/checkout@v4
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1.4.0
with:
definition-file: dockstore-webservice/src/main/resources/openapi3/openapi.yaml
0