/sbt-github-actions-logger

SBT plugin generates GitHub Actions workflow commands

Primary LanguageScalaApache License 2.0Apache-2.0

SBT GitHub Actions logger

This plugin extends SBT standard output with service messages that GitHub Actions build server uses to present build results.

Installation

Add the following to your project/plugins.sbt file:

addSbtPlugin("com.github.sideeffffect" % "sbt-github-actions-logger" % "0.1.1")

or register plugin as a global plugin for your SBT according to SBT documentation

Plugin is compatible with SBT version 0.13.x.

Using

To be sure that plugin was installed correctly you can use sbt-github-actions-logger. Plugin status will be displayed.