Skip to content

CORE-69: Minor and patch updates - google-cloud-nio to 0.127.27 - sentry-logback to 7.18.0 - spring-web to 6.2.0 - log4j-to-slf4j to 2.24.2 #72

CORE-69: Minor and patch updates - google-cloud-nio to 0.127.27 - sentry-logback to 7.18.0 - spring-web to 6.2.0 - log4j-to-slf4j to 2.24.2

CORE-69: Minor and patch updates - google-cloud-nio to 0.127.27 - sentry-logback to 7.18.0 - spring-web to 6.2.0 - log4j-to-slf4j to 2.24.2 #72

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
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