Skip to content

feat(palindrome): check if string is a palindrome #1778

feat(palindrome): check if string is a palindrome

feat(palindrome): check if string is a palindrome #1778

Triggered via pull request October 20, 2024 16:41
Status Failure
Total duration 43s
Artifacts

ci.yml

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

Annotations

36 errors and 2 warnings
Run tests on Node.js 10: src/lib/isPalindrome.js#L5
Expected space or tab before '*/' in comment
Run tests on Node.js 10: src/lib/isPalindrome.js#L6
Strings must use singlequote
Run tests on Node.js 10: test/validators.test.js#L15475
Missing trailing comma
Run tests on Node.js 10
Process completed with exit code 1.
Run tests on Node.js 14
The job was canceled because "_10" failed.
Run tests on Node.js 14: src/lib/isPalindrome.js#L5
Expected space or tab before '*/' in comment
Run tests on Node.js 14: src/lib/isPalindrome.js#L6
Strings must use singlequote
Run tests on Node.js 14: test/validators.test.js#L15475
Missing trailing comma
Run tests on Node.js 14
Process completed with exit code 1.
Run tests on Node.js 8
The job was canceled because "_10" failed.
Run tests on Node.js 8: src/lib/isPalindrome.js#L5
Expected space or tab before '*/' in comment
Run tests on Node.js 8: src/lib/isPalindrome.js#L6
Strings must use singlequote
Run tests on Node.js 8: test/validators.test.js#L15475
Missing trailing comma
Run tests on Node.js 8
The operation was canceled.
Run tests on Node.js 12
The job was canceled because "_10" failed.
Run tests on Node.js 12: src/lib/isPalindrome.js#L5
Expected space or tab before '*/' in comment
Run tests on Node.js 12: src/lib/isPalindrome.js#L6
Strings must use singlequote
Run tests on Node.js 12: test/validators.test.js#L15475
Missing trailing comma
Run tests on Node.js 12
The operation was canceled.
Run tests on Node.js 20
The job was canceled because "_10" failed.
Run tests on Node.js 20: src/lib/isPalindrome.js#L5
Expected space or tab before '*/' in comment
Run tests on Node.js 20: src/lib/isPalindrome.js#L6
Strings must use singlequote
Run tests on Node.js 20: test/validators.test.js#L15475
Missing trailing comma
Run tests on Node.js 20
The operation was canceled.
Run tests on Node.js 16
The job was canceled because "_10" failed.
Run tests on Node.js 16: src/lib/isPalindrome.js#L5
Expected space or tab before '*/' in comment
Run tests on Node.js 16: src/lib/isPalindrome.js#L6
Strings must use singlequote
Run tests on Node.js 16: test/validators.test.js#L15475
Missing trailing comma
Run tests on Node.js 16
The operation was canceled.
Run tests on Node.js 6
The job was canceled because "_10" failed.
Run tests on Node.js 6
The operation was canceled.
Run tests on Node.js 18
The job was canceled because "_10" failed.
Run tests on Node.js 18: src/lib/isPalindrome.js#L5
Expected space or tab before '*/' in comment
Run tests on Node.js 18: src/lib/isPalindrome.js#L6
Strings must use singlequote
Run tests on Node.js 18: test/validators.test.js#L15475
Missing trailing comma
Run tests on Node.js 18
The operation was canceled.
Run tests on Node.js 10
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 10
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/