Skip to content

Merge pull request #289 from mkurz/patch-1 #323

Merge pull request #289 from mkurz/patch-1

Merge pull request #289 from mkurz/patch-1 #323

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@v4
with:
distribution: temurin
java-version: 8
cache: sbt
- run: sbt compile