-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
IntelliBitz edited this page Sep 3, 2026
·
2 revisions
Run gha tasks on any cloned project without changing build scripts:
./gradlew --init-script init/gha.init.gradle.kts ghaInit ghaStatus ghaDependenciesAdd cc.thevar.gha to your project's build.gradle.kts:
plugins {
id("cc.thevar.gha") version "0.1.0"
}Powered by gha — 100% Kotlin GitHub Automation.