Посторонним вход запрещён #34
Annotations
7 warnings
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check:
src/shared/modules/user/user.controller.ts#L124
'id' is defined but never used. Allowed unused args must match /^_/u
|
Check:
src/shared/modules/user/user.controller.ts#L128
'body' is defined but never used. Allowed unused args must match /^_/u
|
Check:
src/shared/modules/user/user.controller.ts#L128
'id' is defined but never used. Allowed unused args must match /^_/u
|
Check:
src/shared/modules/user/user.controller.ts#L132
'body' is defined but never used. Allowed unused args must match /^_/u
|
Check:
src/shared/modules/user/user.controller.ts#L132
'id' is defined but never used. Allowed unused args must match /^_/u
|