mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
refactor: add main.ts decomposition guardrails and extract core helpers
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -32,9 +32,15 @@ jobs:
|
||||
- name: Build (TypeScript check)
|
||||
run: pnpm run build
|
||||
|
||||
- name: Main.ts line gate (baseline)
|
||||
run: pnpm run check:main-lines:baseline
|
||||
|
||||
- name: Config tests
|
||||
run: pnpm run test:config
|
||||
|
||||
- name: Core tests
|
||||
run: pnpm run test:core
|
||||
|
||||
- name: Security audit
|
||||
run: pnpm audit --audit-level=high
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user