Skip to content

CORE-69: Minor and patch updates - jackson-annotations, jackson-core, jackson-databind to 2.19.0 - sentry-logback to 8.11.1 - google-cloud-nio to 0.127.34 - spring-web to 6.2.6 - guava to 33.4.8-jre #333

CORE-69: Minor and patch updates - jackson-annotations, jackson-core, jackson-databind to 2.19.0 - sentry-logback to 8.11.1 - google-cloud-nio to 0.127.34 - spring-web to 6.2.6 - guava to 33.4.8-jre

CORE-69: Minor and patch updates - jackson-annotations, jackson-core, jackson-databind to 2.19.0 - sentry-logback to 8.11.1 - google-cloud-nio to 0.127.34 - spring-web to 6.2.6 - guava to 33.4.8-jre #333

Workflow file for this run

name: Check formatting for modified files with scalafmt
on:
pull_request:
paths-ignore: ['**.md']
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
with:
fetch-depth: 2
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: sbt
- name: Check formatting for modified files
run: |
sbt scalafmtCheckAll