Skip to content

Constrain external docs migration districts #470

Constrain external docs migration districts

Constrain external docs migration districts #470

Workflow file for this run

name: Repo Validation
on:
push:
branches:
- main
pull_request:
jobs:
release_audit:
name: Repo Validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
with:
python-version: "3.12"
- name: Install validator dependencies
run: python -m pip install -r requirements-dev.txt
- name: Run release audit
run: python scripts/release_gate/release_check.py