Skip to content

Really add 2.13.16 support (#533) #767

Really add 2.13.16 support (#533)

Really add 2.13.16 support (#533) #767

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: 8
distribution: adopt
- uses: sbt/setup-sbt@v1
- run: ./bin/scalafmt --test