Skip to content

Update scala-library to 2.13.14 #1514

Update scala-library to 2.13.14

Update scala-library to 2.13.14 #1514

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- master
- prod
pull_request:
jobs:
lint-scala:
name: Scala
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
- name: Scalafix
run: sbt "scalafixAll --check"