/setup-sbt

Set up your GitHub Actions workflow with a specific version of SBT

Primary LanguageJavaScriptMIT LicenseMIT

setup-sbt

Verify action

Set up your GitHub Actions workflow with a specific version of SBT

Usage

Input version is mandatory and must be the exact version. See current releases section for a list of available options.

Basic

Set up the specific version of SBT

steps:
- uses: actions/checkout@v2
- uses: Jtalk/setup-sbt@v2
  with:
    version: 1.5.5
- run: sbt --version

License

The scripts and documentation in this project are released under the MIT License.