Skip to content

Prep for sbt 2, update to slash syntax #360

Prep for sbt 2, update to slash syntax

Prep for sbt 2, update to slash syntax #360

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: sbt
- run: sbt compile