Skip to content

Updated luhn checksum operation to work with different bases from 2-36. #800

Updated luhn checksum operation to work with different bases from 2-36.

Updated luhn checksum operation to work with different bases from 2-36. #800

Triggered via pull request October 26, 2024 13:55
Status Failure
Total duration 42s
Artifacts

pull_requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
main: src/core/operations/LuhnChecksum.mjs#L74
'radix' is never reassigned. Use 'const' instead
main: src/core/operations/LuhnChecksum.mjs#L80
Expected '!==' and instead saw '!='
main: src/core/operations/LuhnChecksum.mjs#L87
Missing semicolon
main
Process completed with exit code 3.
main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
main: src/core/operations/LuhnChecksum.mjs#L2
Trailing spaces not allowed