Skip to content

DTSCCI-1258: Defendant dashboard shows "You haven't responded to the … #4415

DTSCCI-1258: Defendant dashboard shows "You haven't responded to the …

DTSCCI-1258: Defendant dashboard shows "You haven't responded to the … #4415

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 }}"