chore: Cleanup useless CI job.

This commit is contained in:
cpojer
2026-02-12 09:37:45 +09:00
parent 9df89ceda2
commit c2178e2522
3 changed files with 5 additions and 853 deletions

View File

@@ -32,18 +32,6 @@ Jobs are ordered so cheap checks fail before expensive ones run:
2. `build-artifacts` (blocked on above)
3. `checks`, `checks-windows`, `macos`, `android` (blocked on build)
## Code Analysis
The `code-analysis` job runs `scripts/analyze_code_files.py` on PRs to enforce code quality:
- **LOC threshold**: Files that grow past 1000 lines fail the build
- **Delta-only**: Only checks files changed in the PR, not the entire codebase
- **Push to main**: Skipped (job passes as no-op) so merges aren't blocked
When `--strict` is set, violations block all downstream jobs. This catches bloated files early before expensive tests run.
Excluded directories: `node_modules`, `dist`, `vendor`, `.git`, `coverage`, `Swabble`, `skills`, `.pi`
## Runners
| Runner | Jobs |