Skip to content

Use BufferedOutput for forked JVM output strategy (#971) #1035

Use BufferedOutput for forked JVM output strategy (#971)

Use BufferedOutput for forked JVM output strategy (#971) #1035

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- run: sbt scalafmtCheckAll "scalafixAll --check" test scripted