Skip to content

feat: V3 Improvements, Cleanup, Stability #1884

feat: V3 Improvements, Cleanup, Stability

feat: V3 Improvements, Cleanup, Stability #1884

Triggered via pull request July 10, 2023 10:03
Status Failure
Total duration 1m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

validate-js.yml

on: pull_request
Compile JS (tsc)
55s
Compile JS (tsc)
Lint JS (eslint, prettier)
1m 4s
Lint JS (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
Compile JS (tsc)
Process completed with exit code 1.
Lint JS (eslint, prettier): example/src/CameraPage.tsx#L221
'frameProcessor' is assigned a value but never used. Allowed unused vars must match /^_/u.
Lint JS (eslint, prettier)
Process completed with exit code 1.
Compile JS (tsc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compile JS (tsc): example/src/CameraPage.tsx#L221
[tsc] reported by reviewdog 🐶 'frameProcessor' is declared but its value is never read. Raw Output: src/CameraPage.tsx(221,9): error TS6133: 'frameProcessor' is declared but its value is never read.
Compile JS (tsc): example/src/MediaPage.tsx#L3
[tsc] reported by reviewdog 🐶 Could not find a declaration file for module 'react-native-video'. '/home/runner/work/react-native-vision-camera/react-native-vision-camera/example/node_modules/react-native-video/Video.js' implicitly has an 'any' type. Raw Output: src/MediaPage.tsx(3,46): error TS7016: Could not find a declaration file for module 'react-native-video'. '/home/runner/work/react-native-vision-camera/react-native-vision-camera/example/node_modules/react-native-video/Video.js' implicitly has an 'any' type.
Lint JS (eslint, prettier): example/src/App.tsx#L32
Inline style: { flex: 1 }
Lint JS (eslint, prettier)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/