Skip to content

Merge pull request #165 from CanDIG/bugfix/timeline #300

Merge pull request #165 from CanDIG/bugfix/timeline

Merge pull request #165 from CanDIG/bugfix/timeline #300

Triggered via push July 16, 2024 20:32
Status Success
Total duration 57s
Artifacts

lint.yml

on: push
Run linters
47s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
src/views/clinicalGenomic/widgets/sidebar.js#L425
'useEffect' is not defined (no-undef)
src/views/clinicalGenomic/widgets/sidebar.js#L521
'selectedNodes' is not defined (no-undef)
src/views/clinicalGenomic/widgets/sidebar.js#L532
'selectedCohorts' is not defined (no-undef)
src/views/clinicalGenomic/search/SearchHandler.js#L1
'useState' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
Run linters
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/