| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This GitHub Action validates OpenAPI 2.0, OpenAPI 3.x.y and AsyncAPI 2.x definition file using ApiDOM Language Service. Validation rules are exactly the same as the one that https://editor-next.swagger.io/ uses.
Supported specifications:
Required Path to definition file.
Severity level at which to fail action. Default 1, if not specified.
uses: swaggerexpert/apidom-validate@v1
with:
definition-file: 'path/to/my/openapi.yaml'
fails-on: 2| Back | FazBrowse Home | New Git URL |