Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 508 Bytes

File metadata and controls

25 lines (16 loc) · 508 Bytes

openapi-generator-generate-action

This action installs and runs OpenAPI Generator.

Usage

See action.yaml

Basic:

steps:
- uses: craicoverflow/openapi-generator-action@v1
  with:
    generator: 'go'
    input: petstore.yaml

License

The scripts and documentation in this project are released under the MIT License.

Contributions

Are welcome.