Skip to content

Validate added migration file #1

Validate added migration file

Validate added migration file #1

name: Check task migrations
"on":
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run check
run: |
./hack/validate-migration.sh