docs(governance): canon-align service-boundary contract + live verification #287
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Identity & Context Onboarding Gate | |
| on: | |
| pull_request: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| identity-onboarding: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Validate ChittyID Context Onboarding | |
| shell: bash | |
| run: | | |
| set -euo pipefail | |
| bash scripts/check-chitty-onboarding.sh .chittyconnect.yml |