fix(rules): surface Rules in Scene detail + Project sync UIs #35
ci.yml
on: push
Frontend (TypeScript + React)
36s
Backend (Rust + Tauri)
40s
Annotations
2 errors and 14 warnings
|
Backend (Rust + Tauri)
Process completed with exit code 1.
|
|
Frontend (TypeScript + React)
Process completed with exit code 1.
|
|
Backend (Rust + Tauri)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
Backend (Rust + Tauri)
No files were found with the provided path: src-tauri/test-output.txt. No artifacts will be uploaded.
|
|
Frontend (TypeScript + React)
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/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (TypeScript + React)
No files were found with the provided path: test-results.xml
coverage/. No artifacts will be uploaded.
|
|
Frontend (TypeScript + React):
src/components/modals/ImportMcpModal.tsx#L82
The 'selectedMcpKeys' object construction makes the dependencies of useCallback Hook (at line 110) change on every render. To fix this, wrap the initialization of 'selectedMcpKeys' in its own useMemo() Hook
|
|
Frontend (TypeScript + React):
src/components/layout/SlidePanel.tsx#L22
'err' is defined but never used
|
|
Frontend (TypeScript + React):
src/components/layout/Sidebar.tsx#L49
'err' is defined but never used
|
|
Frontend (TypeScript + React):
src/components/layout/PageHeader.tsx#L28
'err' is defined but never used
|
|
Frontend (TypeScript + React):
src/components/layout/MainLayout.tsx#L319
'e' is defined but never used
|
|
Frontend (TypeScript + React):
src/components/layout/MainLayout.tsx#L279
React Hook useEffect has missing dependencies: 'initApp', 'loadClaudeMdFiles', 'loadMcps', 'loadProjects', 'loadRules', 'loadScenes', 'loadSettings', and 'loadSkills'. Either include them or remove the dependency array
|
|
Frontend (TypeScript + React):
src/components/layout/ListDetailLayout.tsx#L9
'err' is defined but never used
|
|
Frontend (TypeScript + React):
src/components/common/IconPicker.tsx#L648
React Hook useEffect has a missing dependency: 'handleIconSelect'. Either include it or remove the dependency array
|
|
Frontend (TypeScript + React):
src/components/common/Dropdown.tsx#L106
React Hook useEffect has a missing dependency: 'updatePosition'. Either include it or remove the dependency array
|
|
Frontend (TypeScript + React):
src/components/common/Dropdown.tsx#L93
React Hook useEffect has a missing dependency: 'updatePosition'. Either include it or remove the dependency array
|