Skip to content

Merge pull request #76 from gabrielcsapo/cleanup #210

Merge pull request #76 from gabrielcsapo/cleanup

Merge pull request #76 from gabrielcsapo/cleanup #210

Triggered via push November 15, 2023 00:14
Status Success
Total duration 2m 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: src/client/theme/SearchModal/SearchModal.tsx#L2
Unexpected any. Specify a different type
lint: src/client/theme/SearchModal/SearchModal.tsx#L60
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
lint: src/client/theme/SearchModal/SearchModal.tsx#L120
React Hook useEffect has a missing dependency: 'allSearchResults.length'. Either include it or remove the dependency array
lint: src/client/theme/SearchModal/SearchModal.tsx#L126
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
lint: src/client/theme/SearchModal/SearchModal.tsx#L132
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
lint: src/client/theme/SearchModal/SearchModal.tsx#L178
React Hook useEffect has missing dependencies: 'indexHash', 'removeDefaultStopWordFilter', and 'searchResultLimits'. Either include them or remove the dependency array
lint: src/client/theme/hooks/useSearchQuery.ts#L14
Unexpected any. Specify a different type
lint: src/client/utils/smartQueries.test.ts#L5
Unexpected any. Specify a different type
lint: src/server/utils/processDocInfos.ts#L74
Unexpected any. Specify a different type
lint: src/server/utils/tokenizer.test.ts#L5
Unexpected any. Specify a different type
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/