Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 339 Bytes

validate-redoc-openapi-action

This action validates that openapi file can be rendered with redoc

Inputs

openapi-file

Required Location of the openapi file to validate. Default openapi/openapi.yml.

Example usage

uses: smartlyio/validate-redoc-openapi-action@v1
with:
  openapi-file: 'dist/openapi.yml'