Recently, there has been a lot of talk around GitHub Actions, and the wide range of features it can offer with just a simple YAML based workflow file!
What are GitHub Actions?
GitHub Actions connect all of your tools to automate every step of your development workflow. Easily deploy to any cloud, create tickets in Jira, or publish a package to npm. If you want to understand how GitHub actions work and how to set up existing actions from the GitHub marketplace then you should look at this guide.
In this article, we will use a GitHub Action for API Transformer for transforming API’s to the supported formats by APIMatic.
What is APIMatic Transformer?
APIMatic Transformer allows its users to convert between different API description formats e.g. Swagger, RAML, etc. This enables the user to benefit from a wide range of tools available associated with any format, not just one.
APIMatic Transformer GitHub Action
We at APIMatic have created a GitHub action for our users that lets them use APIMatic Transformer through a GitHub action available on the GitHub marketplace to help them establish CI/CD pipelines and automating their workflows.