Skip to content

Update scalafmt-core from 3.7.1 to 3.7.17 #1140

Update scalafmt-core from 3.7.1 to 3.7.17

Update scalafmt-core from 3.7.1 to 3.7.17 #1140

Workflow file for this run

name: PR Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- uses: coursier/cache-action@v5
with:
extraKey: pr-${GITHUB_HEAD_REF}
- name: Check/Compile/Test
run: sbt versionPolicyCheck check