Skip to content

scalafmt-core: 3.8.6 -> 3.9.1 (#1027) #1244

scalafmt-core: 3.8.6 -> 3.9.1 (#1027)

scalafmt-core: 3.8.6 -> 3.9.1 (#1027) #1244

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
cache: sbt
- uses: sbt/setup-sbt@v1
- run: sbt javafmtCheckAll scalafmtCheckAll "scalafixAll --check" test publishLocal scripted