Skip to content

chore(deps): bump actions/checkout from 4.1.7 to 4.2.1 in the gh-actions group across 1 directory #7344

chore(deps): bump actions/checkout from 4.1.7 to 4.2.1 in the gh-actions group across 1 directory

chore(deps): bump actions/checkout from 4.1.7 to 4.2.1 in the gh-actions group across 1 directory #7344

name: Check format for acceptance tests
on:
pull_request:
merge_group:
env:
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
jobs:
formatting-check:
name: Scala formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- name: run scalafmt
run: |
cd acceptance-tests
sbt scalafmtCheckAll