Skip to content

Remove dead code in advanced_panchang and calculator (#104) #155

Remove dead code in advanced_panchang and calculator (#104)

Remove dead code in advanced_panchang and calculator (#104) #155

Triggered via push July 22, 2026 17:25
Status Success
Total duration 26s
Artifacts

ci.yml

on: push
Backend (ruff)
17s
Backend (ruff)
Frontend (tsc, oxlint, oxfmt)
22s
Frontend (tsc, oxlint, oxfmt)
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Backend (ruff)
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-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend (tsc, oxlint, oxfmt)
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/
eslint-plugin-unicorn(no-new-array): src/components/kundali/WesternChart.tsx#L104
Do not use `new Array(singleArgument)`.