Skip to content

Update scala-library to 2.13.13 #319

Update scala-library to 2.13.13

Update scala-library to 2.13.13 #319

Workflow file for this run

name: Check style
on:
pull_request:
branches: [main]
jobs:
check_style:
name: Scalafmt check style
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup JDK 11
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "11"
- name: Check style
run: sbt scalafmtSbtCheck scalafmtCheckAll