Skip to content

A simple Hello World app in Kotlin, built using an Actionforge graph as the CI/CD pipeline.

Notifications You must be signed in to change notification settings

actionforge/example-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

example-kotlin

view-action-graph

A simple Hello World app in Kotlin, built using an Actionforge graph as the CI/CD pipeline.

Run

kotlinc Main.kt -include-runtime -d hello-world.jar
java -jar hello-world.jar

Graph

The build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:

checkout -> run (kotlinc Main.kt -include-runtime -d build/hello-world.jar) -> upload-artifact (build/)

It runs on every push to main, on pull requests, and on manual dispatch.

About

A simple Hello World app in Kotlin, built using an Actionforge graph as the CI/CD pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages