Skip to content

Enhance README with framework description #13

Enhance README with framework description

Enhance README with framework description #13

Workflow file for this run

name: CI
on:
push: { branches: [ main, master ] }
pull_request: { branches: [ main, master ] }
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: { python-version: "3.12" }
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install pyyaml pytest
- name: Run tests
run: python -m pytest -q -vv
- name: List key IDs (informational)
run: python tools/list_key_ids.py || true
- name: Upload audits
if: always()
uses: actions/upload-artifact@v4
with:
name: audits-and-report
path: |
audit_*.jsonl
bundle_*.json