Skip to content

feat: add Comb Sort algorithm implementation #856

feat: add Comb Sort algorithm implementation

feat: add Comb Sort algorithm implementation #856

Re-run triggered June 26, 2026 22:10
Status Failure
Total duration 26s
Artifacts

CI.yml

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

Annotations

3 errors and 1 warning
test (22.x)
Process completed with exit code 1.
test (22.x): src/algorithms/sorting/comb-sort/__test__/CombSort.test.js#L5
'reverseArr' is defined but never used
test (22.x): src/algorithms/sorting/comb-sort/__test__/CombSort.test.js#L3
'equalArr' is defined but never used
test (22.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/