Skip to content

Update flyway-core to 11.0.0 #25

Update flyway-core to 11.0.0

Update flyway-core to 11.0.0 #25

Workflow file for this run

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