Skip to content

openapi-validator-action

Actions
This action validates if the OpenAPI/Swagger schema file is valid or not
v1
Latest
Star (0)

openapi-validator-action

This action validates whether the OpenAPI/Swagger schema file is valid or not

Inputs

filepath

Required Path of the OpenAPI schema file. Default is "openapi.yaml" at root. Path starts root of github repo. For example, if your schema is in schemas folder.

root
├── schemas
│   └── openapi.yaml
├── package.json
└── package-lock.json

You should use filepath: './schemas/openapi.yaml'

Example usage

- name: 'validate openapi schema'
  uses: thiyagu06/openapi-validator-action@v1
  with:
    filepath: 'openapi.yaml'

You can specify version with @v<release-version>. It follows semantic release. For latest release, please check releases page.

openapi-validator-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action validates if the OpenAPI/Swagger schema file is valid or not
v1
Latest

openapi-validator-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.