Skip to content

Update scalafmt-core to 3.7.16 #198

Update scalafmt-core to 3.7.16

Update scalafmt-core to 3.7.16 #198

Workflow file for this run

name: Scala Testing Pipeline
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Check formatting with Scalafmt
run: sbt scalafmtCheck
- name: Run tests
run: sbt test