Skip to content

chore(postgres): Upgrade Postgres to version 16.1.0 #5384

chore(postgres): Upgrade Postgres to version 16.1.0

chore(postgres): Upgrade Postgres to version 16.1.0 #5384

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