Skip to content

Update scala-library to 2.13.16 #176

Update scala-library to 2.13.16

Update scala-library to 2.13.16 #176

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: [ [email protected] ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Compile and test
run: sbt "+test; scalafmtCheckAll; scalafixAll --check; +mimaReportBinaryIssues"