Skip to content

Update flyway-core to 9.22.3 #19

Update flyway-core to 9.22.3

Update flyway-core to 9.22.3 #19

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"