Skip to content

Merge branch 'main' of https://github.com/bchetcuti/trust-surface-fra… #1

Merge branch 'main' of https://github.com/bchetcuti/trust-surface-fra…

Merge branch 'main' of https://github.com/bchetcuti/trust-surface-fra… #1

Workflow file for this run

name: Validate repository
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Validate repository structure and routing hygiene
run: python scripts/validate_repo.py