Skip to content

Commit

Permalink
Add github-actions-kotlin-dsl (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jan 24, 2022
1 parent b364afb commit d82de2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/links/Libraries.awesome.kts
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,12 @@ category("Libraries/Frameworks") {
setTags("shell")
setPlatforms(JVM)
}
link {
github = "krzema12/github-actions-kotlin-dsl"
desc = "Authoring GitHub Actions workflows in Kotlin."
setTags("github", "dsl", "scripting")
setPlatforms(JVM)
}
}
subcategory("Compiler Plugins") {
link {
Expand Down

0 comments on commit d82de2e

Please sign in to comment.