Skip to content

CORE-69: Update sam-client from v0.0.347 to v0.0.351 #3965

CORE-69: Update sam-client from v0.0.347 to v0.0.351

CORE-69: Update sam-client from v0.0.347 to v0.0.351 #3965

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: sbt/setup-sbt@v1
- 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