Skip to content

feat: add custom key to projects table, backfilling based on current project name, and API support #2045

feat: add custom key to projects table, backfilling based on current project name, and API support

feat: add custom key to projects table, backfilling based on current project name, and API support #2045

---
name: "Lint migrations"
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- master/static/migrations/**
types:
- opened
- edited
- synchronize
jobs:
lint-migrations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run migration lint
run: ./.github/scripts/lint-migrations.sh
shell: bash