Skip to content

Update sbt, scripted-plugin to 1.10.10 #799

Update sbt, scripted-plugin to 1.10.10

Update sbt, scripted-plugin to 1.10.10 #799

Workflow file for this run

name: Checks
on:
push:
pull_request:
jobs:
scalafmt:
name: Scalafmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: adopt
- uses: sbt/setup-sbt@v1
- uses: coursier/setup-action@v1
with:
apps: scalafmt
- run: scalafmt --test