Skip to content

vitality

vitality #3286

Triggered via pull request December 11, 2024 08:55
@MauseMause
synchronize #921
vitality
Status Success
Total duration 1m 41s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (22.x): app/components/StandardTable.tsx#L106
Styled-system props are deprecated (Table called with props: gridTemplateColumns)
build (22.x): app/components/StandardTable.tsx#L129
Missing "key" prop for element in iterator
build (22.x): app/components/StandardTable.tsx#L140
Missing "key" prop for element in iterator
build (22.x): app/components/StandardTable.tsx#L212
React Hook useMemo has missing dependencies: 'column' and 'firstValue'. Either include them or remove the dependency array
build (22.x): app/components/StandardTable.tsx#L212
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
build (22.x): app/components/dedentBlock.tsx#L35
Empty block statement
build (22.x): app/routes/$owner/$repo/actions/$id/logs.tsx#L231
Unnecessary escape character: \[
build (22.x): app/routes/$owner/$repo/actions/$id/logs.tsx#L251
The 'logs' conditional could make the dependencies of useMemo Hook (at line 276) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'logs' in its own useMemo() Hook