Skip to content

feat: Rewrite Android C++ part (VisionCameraProxy + JFrame) #1932

feat: Rewrite Android C++ part (VisionCameraProxy + JFrame)

feat: Rewrite Android C++ part (VisionCameraProxy + JFrame) #1932

Triggered via pull request July 21, 2023 21:46
Status Failure
Total duration 1m 34s
Artifacts

validate-js.yml

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

Annotations

4 errors and 6 warnings
Lint JS (eslint, prettier): example/src/CameraPage.tsx#L3
'Platform' is defined but never used. Allowed unused vars must match /^_/u.
Lint JS (eslint, prettier): example/src/CameraPage.tsx#L12
'useSkiaFrameProcessor' is defined but never used. Allowed unused vars must match /^_/u.
Lint JS (eslint, prettier)
Process completed with exit code 1.
Compile JS (tsc)
Process completed with exit code 1.
Lint JS (eslint, prettier)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/
Compile JS (tsc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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#L3
[tsc] reported by reviewdog 🐶 'Platform' is declared but its value is never read. Raw Output: src/CameraPage.tsx(3,10): error TS6133: 'Platform' is declared but its value is never read.