Skip to content

chore(deps): bump github.com/go-playground/validator/v10 from 10.22.0 to 10.23.0 #347

chore(deps): bump github.com/go-playground/validator/v10 from 10.22.0 to 10.23.0

chore(deps): bump github.com/go-playground/validator/v10 from 10.22.0 to 10.23.0 #347

name: migration-validation
on:
pull_request:
types: [opened, synchronize, edited, reopened]
branches:
- master
jobs:
migration-validation:
name: migration-validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: update checkout
run: git fetch --prune
- name: migration-validation
run: scripts/migration-validation.sh ${{ github.event.pull_request.base.ref }}
shell: bash