Skip to content

asyncapi-github-action

Actions
Github Action for AsyncAPI schema validation
v0.0.10
Latest
Star (11)

AsyncAPI Github Action

This action validates if the AsyncAPI schema file is valid or not.

Inputs

filepath

Required Path of the AsyncAPI schema file. Default is "asyncapi.yaml" at root. Path starts root of github repo. For example, if you schema is in schemas folder.

root
├── schemas
│   └── asyncapi.yaml
├── index.js
└── package.json

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

Example usage

- name: asyncapi-github-action
  uses: WaleedAshraf/asyncapi-github-action@v0
  with:
    filepath: 'asyncapi.yaml'

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

Here is screen shot of example usage:

Example Usage

asyncapi-github-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

Github Action for AsyncAPI schema validation
v0.0.10
Latest

asyncapi-github-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.