Pipery Kotlin CI#
- Repository:
pipery-kotlin-ci - Release tag:
main - Catalog: /catalog/
Composite CI action for Kotlin JVM, Android, and Multiplatform projects. It auto-detects Gradle or Maven, runs dependency listing, optional lint, build, tests, and collects build outputs into dist/.
Usage#
- uses: pipery-dev/pipery-kotlin-ci@v1
with:
project_path: .
build_tool: autoInputs#
| Input | Default | Description |
|---|---|---|
project_path | . | Kotlin project path. |
build_tool | auto | auto, gradle, or maven. |
gradle_task | build | Gradle build task. |
maven_goal | package | Maven build goal. |
tests_path | `` | Test class/pattern. |
log_file | pipery.jsonl | JSONL log file. |