Skip to content

[EASI-4012] GQL Modularization - Plan Participants and Providers #1854

[EASI-4012] GQL Modularization - Plan Participants and Providers

[EASI-4012] GQL Modularization - Plan Participants and Providers #1854

# This GitHub action checks for duplicate migration prefixes in the ./migrations folder,
# comparing the head branch with the base branch.
name: Check Migrations
on:
pull_request:
jobs:
check_migrations:
runs-on: ubuntu-latest
steps:
- name: Checkout all
uses: actions/checkout@v4
- name: Check migrations
run: ./scripts/check_migration_versions.sh