Skip to content

DTSCCI-1025 Refactor PaymentRequestUpdateCallbackService #1446

DTSCCI-1025 Refactor PaymentRequestUpdateCallbackService

DTSCCI-1025 Refactor PaymentRequestUpdateCallbackService #1446

name: Flyway Migration Files
on:
pull_request:
branches:
- '**'
jobs:
validate-timestamps:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v3
- name: Validate Migration Files
run: |
chmod +x bin/validate-migration-files.sh
./bin/validate-migration-files.sh "${{ github.head_ref }}" "${{ github.base_ref }}"