Skip to content

Add comment to error handling #185

Add comment to error handling

Add comment to error handling #185

name: Verify migrations
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
issues: read
jobs:
verify_migrations:
uses: equinor/armada/.github/workflows/verify_migrations.yml@main
with:
database_paths: "src/isar/services/service_connections/persistent_memory.py"
migrations_paths: "alembic/versions/**"