Skip to content

Update scala3-library to 3.3.3 #329

Update scala3-library to 3.3.3

Update scala3-library to 3.3.3 #329

Workflow file for this run

name: Test
on:
pull_request:
branches: ["*"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
cache: 'sbt'
- name: Check formatting
run: sbt scalafmtCheckAll
- name: Compile
run: sbt compile
- name: Run cross-version tests
run: sbt +test