Skip to content

Update sbt-scalafmt to 2.5.1 #310

Update sbt-scalafmt to 2.5.1

Update sbt-scalafmt to 2.5.1 #310

Workflow file for this run

name: Check style
on:
pull_request:
branches: [main]
jobs:
check_style:
name: Scalafmt check style
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup JDK 11
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "11"
- name: Check style
run: sbt scalafmtSbtCheck scalafmtCheckAll