fix: Block 0/5/6 约束防跳步,全文档 PASS 41,user_config.json 验证 #26
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: Layer 0 Static Verify | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| static-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run T0 static verify | |
| shell: pwsh | |
| run: pwsh .opencode/tests/T0-static-verify.ps1 |