r

rewrite-github-actions

A rewrite module automating best practices and migrations for Github Actions
https://github.com/openrewrite/rewrite-github-actions
The Apache Software License, Version 2.0
Moderne
Files download
File Operation
rewrite-github-actions-0.2.0.jar download
rewrite-github-actions-0.2.0.pom download
rewrite-github-actions-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openrewrite.recipe</groupId>
  <artifactId>rewrite-github-actions</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.openrewrite.recipe:rewrite-github-actions:0.2.0'
Gradle Kotlin
implementation("org.openrewrite.recipe:rewrite-github-actions:0.2.0")
Scala SBT
libraryDependencies += "org.openrewrite.recipe" % "rewrite-github-actions" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.openrewrite.recipe', module='rewrite-github-actions', version='0.2.0')
)
Apache Ivy
<dependency org="org.openrewrite.recipe" name="rewrite-github-actions" rev="0.2.0" />
Leiningen
[org.openrewrite.recipe/rewrite-github-actions "0.2.0"]
Apache Buildr
'org.openrewrite.recipe:rewrite-github-actions:jar:0.2.0'