Skip to content

Update scala-library to 2.13.14 #289

Update scala-library to 2.13.14

Update scala-library to 2.13.14 #289

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: sbt
- name: Code style
run: sbt scalafmtCheck
- name: Linting
run: sbt "scalafixAll --check"
- name: Tests
run: sbt +test
- name: Documentation
run: sbt makeSite
- name: Binary compatibility
run: sbt mimaReportBinaryIssues