Skip to content

add camera options

add camera options #13

Triggered via push March 30, 2026 20:16
Status Success
Total duration 24s
Artifacts

lint.yml

on: push
Run TypeScript Linting
19s
Run TypeScript Linting
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Run TypeScript Linting
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. 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/
Run TypeScript Linting: src/context/shared-scene.tsx#L17
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Run TypeScript Linting: src/components/ui/button.tsx#L64
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Run TypeScript Linting: src/components/object/lights.tsx#L81
React Hook useEffect has a missing dependency: 'helper'. Either include it or remove the dependency array. Mutable values like 'helper.current' aren't valid dependencies because mutating them doesn't re-render the component
Run TypeScript Linting: src/components/confirm.tsx#L52
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Run TypeScript Linting: src/components/animation-reorder-modal.tsx#L21
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components