Test local-agent registry drift checker #23
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: operation-conformance | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| smoke: | |
| name: SourceOS operation conformance smoke | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Set up Python | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.12' | |
| - name: Run structural smoke validation | |
| run: | | |
| python3 tools/sourceos_operation_conformance.py \ | |
| --examples-dir tests/fixtures/workspace-operation \ | |
| --structural-only |