Skip to content

chore: Update scalafmt-core from 3.7.15 to 3.7.16 #5561

chore: Update scalafmt-core from 3.7.15 to 3.7.16

chore: Update scalafmt-core from 3.7.15 to 3.7.16 #5561

name: Check format for acceptance tests
on:
pull_request:
merge_group:
jobs:
formatting-check:
name: Scala formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run scalafmt
run: |
cd acceptance-tests
sbt scalafmtCheckAll