Skip to content

Revert "feat: implement Verity truth engine Phase 1 (kernel, outcomes… #4

Revert "feat: implement Verity truth engine Phase 1 (kernel, outcomes…

Revert "feat: implement Verity truth engine Phase 1 (kernel, outcomes… #4

Workflow file for this run

name: XAP Schema Validation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: pip install jsonschema pytest cryptography
- name: Run schema validation
run: pytest xap/tests/ -v