Skip to content

Add extra deployment phase for destructive migrations #3910

Add extra deployment phase for destructive migrations

Add extra deployment phase for destructive migrations #3910

Workflow file for this run

name: YAML Lint
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
lint:
name: Lint YAML
runs-on: ubuntu-latest
concurrency:
group: lint-yaml-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # 3.1.1
with:
config_file: ".github/.yamllint.yml"
file_or_dir: ".github"
strict: true