Add epoch counters and corruption oracles to CKA security game #8
Workflow file for this run
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: Agent Docs | |
| on: | |
| push: | |
| workflow_dispatch: | |
| jobs: | |
| check_agent_docs: | |
| name: Check Agent Documentation | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.12' | |
| - name: Validate doc references | |
| run: python scripts/check-agent-docs.py | |
| - name: Check auto-generated doc fragments | |
| run: python scripts/extract-doc-fragments.py --check |