Skip to content

refactor: 共享 goldMat 替换剩余内联金色材质 + 导出 MeshHelpers #14

refactor: 共享 goldMat 替换剩余内联金色材质 + 导出 MeshHelpers

refactor: 共享 goldMat 替换剩余内联金色材质 + 导出 MeshHelpers #14

Triggered via push March 24, 2026 12:48
Status Failure
Total duration 27s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
frontend: src/core/audio/asr-service.ts#L156
Unexpected any. Specify a different type
frontend: src/core/audio/asr-service.ts#L132
Unexpected any. Specify a different type
frontend: src/core/audio/asr-service.ts#L132
Unexpected any. Specify a different type
frontend: src/components/viewer/VRMAvatar.tsx#L299
React Hook "useVRMEmote" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
frontend: src/components/viewer/VRMAvatar.tsx#L227
React Hook "useVRMLoader" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
frontend: src/components/viewer/MeshHelpers.tsx#L3
'forwardRef' is defined but never used. Allowed unused vars must match /^_/u
frontend: src/components/viewer/CyberAvatarModel.tsx#L72
'clothLineMat' is assigned a value but never used. Allowed unused vars must match /^_/u
frontend: src/components/layouts/StageHeader.tsx#L31
'showSettings' is defined but never used. Allowed unused args must match /^_/u
frontend: src/components/layouts/StageHeader.tsx#L5
'WifiOff' is defined but never used. Allowed unused vars must match /^_/u
frontend: src/components/layouts/StageHeader.tsx#L4
'Wifi' is defined but never used. Allowed unused vars must match /^_/u
backend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
frontend: src/hooks/usePerformance.ts#L151
React Hook useEffect has a missing dependency: 'config'. Either include it or remove the dependency array
frontend: src/hooks/usePerformance.ts#L92
React Hook useEffect has a missing dependency: 'config'. Either include it or remove the dependency array
frontend: src/hooks/usePerformance.ts#L47
React Hook useEffect has a missing dependency: 'config'. Either include it or remove the dependency array
frontend: src/components/viewer/VRMAvatar.tsx#L348
React Hook useEffect has missing dependencies: 'cleanup', 'loader', 'onError', 'onLoad', and 'onProgress'. Either include them or remove the dependency array. If 'onLoad' changes too often, find the parent component that defines it and wrap that definition in useCallback