Skip to content

Backfill remote asset listing when needed #4354

Backfill remote asset listing when needed

Backfill remote asset listing when needed #4354

Triggered via pull request June 24, 2024 17:34
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

on: pull_request
Lint and typecheck
1m 14s
Lint and typecheck
Deploy doc site
0s
Deploy doc site
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Lint and typecheck: packages/playground/remote/src/lib/worker-thread.ts#L42
'isSupportedWordPressVersion' is defined but never used
Lint and typecheck
Process completed with exit code 1.
Lint and typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint and typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 and typecheck: packages/playground/website/src/main.tsx#L191
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Lint and typecheck: packages/playground/website/src/main.tsx#L205
React Hook useEffect has an unnecessary dependency: 'blueprint.steps'. Either exclude it or remove the dependency array. Outer scope values like 'blueprint.steps' aren't valid dependencies because mutating them doesn't re-render the component