Skip to content

Feature/#057 백엔드 사용자 회원가입, 로그인 구현 #97

Feature/#057 백엔드 사용자 회원가입, 로그인 구현

Feature/#057 백엔드 사용자 회원가입, 로그인 구현 #97

Triggered via pull request November 17, 2024 19:04
Status Success
Total duration 1m 20s
Artifacts

lint_and_test.yml

on: pull_request
Lint and Unit Test
38s
Lint and Unit Test
Test Building Docker Image
1m 10s
Test Building Docker Image
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Lint and Unit Test: client/src/types/markdown.ts#L17
Unexpected any. Specify a different type
Lint and Unit Test: client/src/utils/linkedLIstBlock.ts#L94
Unexpected any. Specify a different type
Lint and Unit Test: server/jest.config.ts#L2
'pathsToModuleNameMapper' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
Lint and Unit Test: server/jest.config.ts#L3
'compilerOptions' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
Lint and Unit Test: server/src/auth/auth.service.spec.ts#L21
'userModel' is assigned a value but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
Lint and Unit Test: server/src/auth/jwt.strategy.ts#L15
Unexpected any. Specify a different type