Enhance health platform #31
ci.yml
on: pull_request
Lint & Type Check
30s
Matrix: unit-tests
Matrix: container-images
Deploy to Production
0s
Deploy to Staging
0s
Annotations
2 errors and 4 warnings
|
Unit Tests (Node 18)
Process completed with exit code 1.
|
|
Unit Tests (Node 20)
Process completed with exit code 1.
|
|
Lint & Type Check:
services/auth/src/services/password.service.ts#L20
Caution: `bcrypt` also has a named export `compare`. Check if you meant to write `import {compare} from 'bcrypt'` instead
|
|
Lint & Type Check:
services/auth/src/services/password.service.ts#L16
Caution: `bcrypt` also has a named export `hash`. Check if you meant to write `import {hash} from 'bcrypt'` instead
|
|
Lint & Type Check:
services/auth/src/services/mfa.service.ts#L32
Caution: `speakeasy` also has a named export `totp`. Check if you meant to write `import {totp} from 'speakeasy'` instead
|
|
Lint & Type Check:
services/auth/src/services/mfa.service.ts#L19
Caution: `speakeasy` also has a named export `generateSecret`. Check if you meant to write `import {generateSecret} from 'speakeasy'` instead
|