Contains a GitHub action for the OpenAPI 3 SDK 3 generator, Yardarm
- uses: CenterEdge/yardarm-action@v1with:
yardarm: 0.3.xdotnet-version: 6.0.xargs: generate -i my-spec.yaml -n MySpec -v 1.0.0 -o output/directory/ -x Yardarm.NewtonsoftJson Yardarm.MicrosoftExtensionsHttpyardarm- The version of yardarm to install as a dotnet tool, supports semver, eg0.3.xfor the latest0.3version orlatestfor latestdotnet-version- The version of dotnet to setup, this uses the officialactions/setup-dotnetactionpre-release- Set to true to enable prerelease searching for the yardarm versionargs- The args to pass directly to theyardarmcommand