Skip to content

Scala Version bump to 3.6.2-RC2. #161

Scala Version bump to 3.6.2-RC2.

Scala Version bump to 3.6.2-RC2. #161

Workflow file for this run

name: Lint
on:
push:
branches:
- scala
pull_request:
branches:
- scala
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck