Skip to content

Update scalajs-dom to 2.8.0 #316

Update scalajs-dom to 2.8.0

Update scalajs-dom to 2.8.0 #316

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