Skip to content

Update sbt-scalafmt to 2.5.1 #205

Update sbt-scalafmt to 2.5.1

Update sbt-scalafmt to 2.5.1 #205

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint
run: sbt scalafmtCheckAll
- name: Test
run: sbt tests/test