Skip to content

Update scalafmt-core to 3.8.2 in master #1889

Update scalafmt-core to 3.8.2 in master

Update scalafmt-core to 3.8.2 in master #1889

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 0 * * 0'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 50
strategy:
fail-fast: false
matrix:
include:
- java: 8
- java: 11
- java: 21
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
- run: ./sbt -v
-jvm-opts .github/workflows/.jvmopts
scalafmtSbtCheck
"+scalafmtCheckAll"
"+mimaReportBinaryIssues"
"+Test/compile"
"+jvmParent/test"
"+nativeParent/test"
"project jsParent"
testSequentialCross