Skip to content

Update zstd-jni to 1.5.6-9 #410

Update zstd-jni to 1.5.6-9

Update zstd-jni to 1.5.6-9 #410

Workflow file for this run

name: PR
on: pull_request
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: sbt
- uses: sbt/setup-sbt@v1
- name: scalafmtCheck and tests
run: sbt scalafmtCheck Test/scalafmtCheck test