Skip to content

Feature/user password history #295

Feature/user password history

Feature/user password history #295

Triggered via pull request July 10, 2024 19:27
Status Failure
Total duration 58s
Artifacts

ci-pr-test.yml

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

Annotations

10 errors and 5 warnings
build (18.x): packages/nestjs-password/src/interfaces/password-creation-service.interface.ts#L38
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L10
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L10
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-malformed-html-name: Invalid HTML element: Expecting an HTML name
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-escape-greater-than: The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L11
tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L22
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L22
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
build (18.x): packages/nestjs-user/src/interfaces/user-password-history-service.interface.ts#L23
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (18.x)
No files were found with the provided path: pr_num.txt junit.xml coverage/lcov.info coverage/coverage-final.json. No artifacts will be uploaded.
build (18.x): packages/typeorm-common/src/services/base.service.ts#L30
Missing JSDoc @param "queryOptions" description
build (18.x): packages/typeorm-common/src/services/base.service.ts#L48
Expected @param names to be "options, queryOptions". Got "findOneOptions, queryOptions"