Skip to content

Validate added migration file #6

Validate added migration file

Validate added migration file #6

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: Create k8s Kind Cluster
uses: helm/kind-action@v1
- name: Run check
run: |
export IN_CLUSTER=1
bash -x ./hack/validate-migration.sh