github typesafegithub/github-workflows-kt v0.4.0
0.4.0

latest releases: v3.5.0, v3.4.0, v3.3.0...
3 years ago

⭐ Features

  • in case the library doesn't have the action you need, you can now define your custom wrappers over actions, by inheriting from it.krzeminski.githubactions.actions.Action
  • added missing GitHub hosted runner types (thanks @msfjarvis for contributing!)

🛠️ Fixes

  • #35: Forbid nesting DSL parts
  • #15: Remove default for Checkout's fetch-depth

💣 Breaking changes

  • classes corresponding to actions change names and places. E.g. Checkout becomes CheckoutV2, and they are now grouped into Kotlin packages that correspond to their owners, so GitHub-owned actions are in actions
  • the output YAML is now formatted more cleanly. Not a breaking change literally, but it will result in a noisy diff when upgrading from an older version of the library

Don't miss a new github-workflows-kt release

NewReleases is sending notifications on new releases.