Skip to content

Update flyway-core to 12.3.0 #203

Update flyway-core to 12.3.0

Update flyway-core to 12.3.0 #203

Workflow file for this run

name: Scalafmt
permissions: {}
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Code is formatted
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- uses: sbt/setup-sbt@v1
- name: Check project is formatted
run: sbt scalafmtSbtCheck "+ scalafmtCheckAll"