Skip to content

scalafmt-core: 3.8.3 -> 3.8.5 #41

scalafmt-core: 3.8.3 -> 3.8.5

scalafmt-core: 3.8.3 -> 3.8.5 #41

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- run: sbt scalafmtSbtCheck scalafmtCheckAll "scalafixAll --check" test