Skip to content

Merge pull request #318 from mirastan/main #145

Merge pull request #318 from mirastan/main

Merge pull request #318 from mirastan/main #145

Triggered via push April 24, 2026 00:57
Status Failure
Total duration 4m 33s
Artifacts 1

ci.yml

on: push
Install Dependencies
36s
Install Dependencies
ESLint
23s
ESLint
Prettier Format Check
15s
Prettier Format Check
TypeScript Type Check
15s
TypeScript Type Check
Unit Tests & Coverage
3m 43s
Unit Tests & Coverage
E2E Tests
0s
E2E Tests
CI Passed
4s
CI Passed
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 15 warnings
TypeScript Type Check
Process completed with exit code 2.
TypeScript Type Check: src/payments/webhooks/migration-helper.ts#L137
Property assignment expected.
TypeScript Type Check: src/common/interceptors/api-version.interceptor.ts#L69
Declaration or statement expected.
Prettier Format Check
Process completed with exit code 2.
ESLint: src/common/timeout/timeout-config.service.ts#L37
Replace `'PATCH'` with `PATCH`
ESLint: src/common/timeout/timeout-config.service.ts#L36
Replace `'DELETE'` with `DELETE`
ESLint: src/common/timeout/timeout-config.service.ts#L35
Replace `'PUT'` with `PUT`
ESLint: src/common/timeout/timeout-config.service.ts#L34
Replace `'POST'` with `POST`
ESLint: src/common/timeout/timeout-config.service.ts#L33
Replace `'GET'` with `GET`
ESLint: src/assessment/entities/question.entity.ts#L2
'typeorm' import is duplicated
ESLint: src/app.module.ts#L136
Delete `⏎`
ESLint: src/app.module.ts#L58
Delete `⏎`
ESLint: src/app.controller.ts#L1
Replace `·Controller,·Get,·HttpStatus,VERSION_NEUTRAL,·Version,·ApiResponse,·ApiTags·` with `⏎··Controller,⏎··Get,⏎··HttpStatus,⏎··VERSION_NEUTRAL,⏎··Version,⏎··ApiResponse,⏎··ApiTags,⏎`
Unit Tests & Coverage
Process completed with exit code 1.
CI Passed
Process completed with exit code 1.
Install Dependencies
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
TypeScript Type Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Prettier Format Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ESLint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ESLint: src/payments/webhooks/webhook.service.ts#L2
'RawBodyRequest' is defined but never used. Allowed unused vars must match /^_/u
ESLint: src/payments/webhooks/webhook.service.ts#L2
'Req' is defined but never used. Allowed unused vars must match /^_/u
ESLint: src/payments/webhooks/webhook-retry.processor.ts#L237
'webhookRetryId' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/payments/webhooks/webhook-retry.processor.ts#L170
'webhookRetryId' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/payments/webhooks/webhook-retry.processor.ts#L66
'externalEventId' is assigned a value but never used. Allowed unused vars must match /^_/u
ESLint: src/payments/webhooks/webhook-management.controller.ts#L1
'Body' is defined but never used. Allowed unused vars must match /^_/u
ESLint: src/common/interceptors/timeout.interceptor.ts#L30
'controller' is assigned a value but never used. Allowed unused vars must match /^_/u
ESLint: src/common/examples/timeout-example.controller.ts#L28
'data' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/app.controller.ts#L1
'Version' is defined but never used. Allowed unused vars must match /^_/u
ESLint: src/app.controller.ts#L1
'VERSION_NEUTRAL' is defined but never used. Allowed unused vars must match /^_/u
Unit Tests & Coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
coverage-report Expired
2.5 MB
sha256:75ecb147c58263bfd4cf0406641d1a1074d51f0cdf34726ba283135d08364954