feat: add more checks to invite service #80
build.yml
on: push
Client Checks
3m 15s
Server Checks
3m 52s
deployment
5s
Annotations
1 error and 13 warnings
Server Checks
Process completed with exit code 1.
|
Client Docker Build
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, actions/checkout@v3, docker/metadata-action@v4, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Server Docker Build
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Client Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Server Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Server Checks:
packages/server/src/auth/auth.guard.ts#L1
'HttpStatus' is defined but never used
|
Server Checks:
packages/server/src/auth/auth.guard.ts#L1
'HttpException' is defined but never used
|
Server Checks:
packages/server/src/auth/auth.service.ts#L1
'BadRequestException' is defined but never used
|
Server Checks:
packages/server/src/health/__tests__/health.service.spec.ts#L4
'Logger' is defined but never used
|
Server Checks:
packages/server/src/invite/__tests__/invite.resolver.spec.ts#L410
'MOCK_HASH_INVITE_CODE' is assigned a value but never used
|
Server Checks:
packages/server/src/project/__tests__/project.service.spec.ts#L392
'existsStub' is assigned a value but never used
|
Server Checks:
packages/server/src/project/model/project-auth-methods.model.ts#L1
'ID' is defined but never used
|
Server Checks:
packages/server/src/project/model/project-settings.model.ts#L1
'ID' is defined but never used
|
Server Checks:
packages/server/src/user/user.controller.ts#L1
'Req' is defined but never used
|