Skip to content

Custodian page

Custodian page #17

Triggered via pull request October 25, 2023 15:25
@OrdiNeuOrdiNeu
synchronize #94
custodian-page
Status Success
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Run linters
52s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
src/ui-component/ingest/IngestMenu.js#L126
React Hook useEffect has a missing dependency: 'IngestStates.ERROR'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/views/clinicalGenomic/search/SearchHandler.js#L6
'searchVariant' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/search/SearchHandler.js#L6
'searchVariantByGene' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/search/SearchHandler.js#L10
'ConsumeAllPages' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/widgets/sidebar.js#L217
'timeout' is assigned a value but never used. Allowed unused vars must match /^_/u (no-unused-vars)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/