Skip to content

made jsonl writes use gzip compression. #580

made jsonl writes use gzip compression.

made jsonl writes use gzip compression. #580

Workflow file for this run

name: Scala CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Run tests
run: sbt clean compile test