Skip to content

Merge pull request #287 from sbt/SethTisue-patch-1 #318

Merge pull request #287 from sbt/SethTisue-patch-1

Merge pull request #287 from sbt/SethTisue-patch-1 #318

Workflow file for this run

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