fix: 安装脚本占位符 user_config.json,T0 skill 排除自引用,41/0 #25
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 |