Skip to content

feat: archive golden-isles-flight #82

feat: archive golden-isles-flight

feat: archive golden-isles-flight #82

Workflow file for this run

name: archive-guard
on:
push:
pull_request:
jobs:
allowlist-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Validate allowlist
shell: bash
run: python scripts/archive_guard.py allowlist
- name: Validate manifest schema contract
shell: bash
run: python scripts/archive_guard.py manifest
- name: Python syntax check (compileall)
shell: bash
run: PYTHONDONTWRITEBYTECODE=1 python -B -m compileall -q scripts