bothCommands

fun bothCommands(vararg commands: String, suffix: String = "compile")

Generate bootstrap and EAP testing workflows that run commands (run: | $commands, one per line).

suffix will be used to name the workflows, and the workflow files will be named kotlin-{bootstrap|eap}-$suffix.yml.

See also

Sources

jvm source
Link copied to clipboard