Skip to content

Update scalafmt-core to 3.8.2 #122

Update scalafmt-core to 3.8.2

Update scalafmt-core to 3.8.2 #122

Workflow file for this run

name: Build Status
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '13', '14' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Run tests
run: sbt test