Skip to content

Re-enable TypeScript type checking in CI/CD with graceful error handling #5

Re-enable TypeScript type checking in CI/CD with graceful error handling

Re-enable TypeScript type checking in CI/CD with graceful error handling #5

Triggered via push August 3, 2025 02:21
Status Success
Total duration 1m 9s
Artifacts

ci-cd.yml

on: push
Matrix: Test
Security Scan
8s
Security Scan
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Test (20.x): client/src/pages/AIOptimizations.tsx#L99
Property 'isInitialized' does not exist on type 'unknown'.
Test (20.x): client/src/components/layout/Header.tsx#L32
Property 'services' does not exist on type 'unknown'.
Test (20.x): client/src/components/layout/Header.tsx#L31
Property 'length' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/SystemAlerts.tsx#L63
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Alert[]>'.
Test (20.x): client/src/components/dashboard/SystemAlerts.tsx#L38
No overload matches this call.
Test (20.x): client/src/components/dashboard/MiningPoolStatus.tsx#L44
Property 'filter' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/MiningPoolStatus.tsx#L43
Property 'find' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/HashRateChart.tsx#L71
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
Test (20.x): client/src/components/dashboard/GPUMonitor.tsx#L151
Property 'length' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/GPUMonitor.tsx#L83
Property 'slice' does not exist on type 'unknown'.
Test (18.x): client/src/pages/AIOptimizations.tsx#L99
Property 'isInitialized' does not exist on type 'unknown'.
Test (18.x): client/src/components/layout/Header.tsx#L32
Property 'services' does not exist on type 'unknown'.
Test (18.x): client/src/components/layout/Header.tsx#L31
Property 'length' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/SystemAlerts.tsx#L63
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Alert[]>'.
Test (18.x): client/src/components/dashboard/SystemAlerts.tsx#L38
No overload matches this call.
Test (18.x): client/src/components/dashboard/MiningPoolStatus.tsx#L44
Property 'filter' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/MiningPoolStatus.tsx#L43
Property 'find' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/HashRateChart.tsx#L71
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
Test (18.x): client/src/components/dashboard/GPUMonitor.tsx#L151
Property 'length' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/GPUMonitor.tsx#L83
Property 'slice' does not exist on type 'unknown'.