Skip to content

Update sbt-scalafmt to 2.6.0 #209

Update sbt-scalafmt to 2.6.0

Update sbt-scalafmt to 2.6.0 #209

Workflow file for this run

name: Scalafmt
permissions: {}
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Code is formatted
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- uses: sbt/setup-sbt@v1
- name: Check project is formatted
run: sbt scalafmtSbtCheck "+ scalafmtCheckAll"