/openapi-buildkite-plugin

A buildkite plugin for validating and merging openapi specifications

Primary LanguageShellApache License 2.0Apache-2.0

Build status

openapi

A buildkite plugin for validating and merging OpenAPI specifications

Example

Add the following to your pipeline.yml:

steps:
  - command: ls
    plugins:
      - datumforge/openapi#v1.0.0:
          pattern: '*.md'

Developing

Provide examples on how to modify and test, e.g.:

To run the linter:

task lint

To run the tests:

task test