Skip to content

update env vars (#50963) #4

update env vars (#50963)

update env vars (#50963) #4

Workflow file for this run

name: Lint migrations
on:
push:
branches:
- 'master'
- 'release-**'
pull_request:
jobs:
lint-migrations:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: lint-migrations
- name: Verify Liquibase Migrations
run: ./bin/lint-migrations-file.sh