Skip to content

Update scala3-library to 3.5.2 #148

Update scala3-library to 3.5.2

Update scala3-library to 3.5.2 #148

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches:
- '**'
push:
tags-ignore:
- "v*"
branches:
- "**"
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest ]
scala: [ 3.2.2 ]
java: [ graalvm-ce-java17@22.3.0 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Compile and test
run: sbt "+test; scalafmtCheckAll; scalafixAll --check; +mimaReportBinaryIssues"