Refactor application structure and simplify implementation
This commit is contained in:
@@ -26,6 +26,15 @@ jobs:
|
||||
- name: Install frontend dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Check frontend formatting
|
||||
run: npm run format:check
|
||||
|
||||
- name: Run frontend lints
|
||||
run: npm run lint
|
||||
|
||||
- name: Check frontend types
|
||||
run: npm run typecheck
|
||||
|
||||
- name: Run frontend tests
|
||||
run: npm test -- --run
|
||||
|
||||
@@ -58,3 +67,7 @@ jobs:
|
||||
- name: Plan sing-box installer
|
||||
shell: pwsh
|
||||
run: .\scripts\install-singbox.ps1 -PlanOnly
|
||||
|
||||
- name: Plan Windows smoke evidence capture
|
||||
shell: pwsh
|
||||
run: .\scripts\audit-windows-smoke.ps1 -Mode PlanOnly
|
||||
|
||||
Reference in New Issue
Block a user