Postmark setup- email for notifying admin on user sign #256
main.yml
on: pull_request
Run eslint/format
1m 9s
Check tsc
1m 33s
Run tests
1m 15s
Build backend image
1m 48s
Annotations
11 errors and 4 warnings
Run eslint/format:
apps/server/src/postmark/postmark.service.ts#L1
'ConsoleLogger' is defined but never used
|
Run eslint/format:
apps/server/src/postmark/postmark.service.ts#L2
'PrismaService' is defined but never used
|
Run eslint/format:
apps/server/src/postmark/postmark.service.ts#L3
'FormTemplatesService' is defined but never used
|
Run eslint/format:
apps/server/src/postmark/postmark.service.ts#L4
'PositionsService' is defined but never used
|
Run eslint/format:
apps/server/src/postmark/postmark.service.ts#L6
Require statement not part of import statement
|
Run eslint/format
Process completed with exit code 1.
|
Run tests
Process completed with exit code 1.
|
Check tsc
Cannot find name 'PostmarkService'. Did you mean 'PrismaService'?
|
Check tsc
Parameter 'postmarkService' of constructor from exported class has or is using private name 'PostmarkService'.
|
Check tsc
Process completed with exit code 1.
|
Build backend image
Process completed with exit code 17.
|
Run eslint/format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check tsc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build backend image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|