Merge pull request #241 from mirastan/main #61
ci.yml
on: push
Install Dependencies
45s
ESLint
27s
Prettier Format Check
23s
TypeScript Type Check
24s
CI Passed
2s
Annotations
22 errors and 15 warnings
|
Prettier Format Check
Process completed with exit code 2.
|
|
TypeScript Type Check:
src/notifications/notifications.module.ts#L25
Duplicate identifier 'Module'.
|
|
TypeScript Type Check:
src/notifications/notifications.module.ts#L11
Decorators are not valid here.
|
|
TypeScript Type Check:
src/notifications/notifications.module.ts#L3
Duplicate identifier 'NotificationsService'.
|
|
TypeScript Type Check:
src/notifications/notifications.module.ts#L1
Duplicate identifier 'Module'.
|
|
TypeScript Type Check:
src/graphql/services/query-complexity.service.ts#L254
Type 'unknown' is not assignable to type 'void'.
|
|
TypeScript Type Check:
src/graphql/graphql.module.ts#L31
Type '(context: any) => any[]' is not assignable to type 'ValidationRule[]'.
|
|
TypeScript Type Check:
src/common/modules/api-versioning.module.ts#L32
Cannot find module './api-version.interceptor' or its corresponding type declarations.
|
|
TypeScript Type Check:
src/common/modules/api-versioning.module.ts#L31
Cannot find module './api-version.interceptor' or its corresponding type declarations.
|
|
TypeScript Type Check:
src/common/modules/api-versioning.module.ts#L3
Cannot find module './api-version.interceptor' or its corresponding type declarations.
|
|
TypeScript Type Check:
src/common/modules/api-versioning.module.ts#L2
Cannot find module './api-version.interceptor' or its corresponding type declarations.
|
|
ESLint:
src/graphql/services/query-complexity.service.ts#L62
Replace `'User'` with `User`
|
|
|
|
|
|
|
|
|
|
ESLint:
src/common/modules/api-versioning.module.ts#L3
'./api-version.interceptor' import is duplicated
|
|
|
|
ESLint:
src/common/interceptors/api-version.interceptor.ts#L99
Unnecessary escape character: \/
|
|
ESLint:
src/common/interceptors/api-version.interceptor.ts#L99
Unnecessary escape character: \/
|
|
|
|
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. 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. 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/
|
|
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/notifications/notifications.controller.ts#L18
'UpdateNotificationDto' is defined but never used. Allowed unused vars must match /^_/u
|
|
ESLint:
src/notifications/notifications.controller.ts#L4
'Post' is defined but never used. Allowed unused vars must match /^_/u
|
|
ESLint:
src/health/health.service.ts#L5
'path' is defined but never used. Allowed unused vars must match /^_/u
|
|
ESLint:
src/graphql/services/query-complexity.service.ts#L7
'FragmentDefinitionNode' is defined but never used. Allowed unused vars must match /^_/u
|
|
ESLint:
src/graphql/services/query-complexity.service.ts#L6
'FragmentSpreadNode' is defined but never used. Allowed unused vars must match /^_/u
|
|
ESLint:
src/graphql/services/query-complexity.service.ts#L5
'SelectionSetNode' is defined but never used. Allowed unused vars must match /^_/u
|
|
ESLint:
src/common/modules/api-versioning.module.ts#L1
'RequestMethod' is defined but never used. Allowed unused vars must match /^_/u
|
|
ESLint:
src/common/interceptors/api-version.interceptor.ts#L205
'parameterIndex' is defined but never used. Allowed unused args must match /^_/u
|
|
ESLint:
src/common/interceptors/api-version.interceptor.ts#L205
'propertyKey' is defined but never used. Allowed unused args must match /^_/u
|
|
ESLint:
src/common/interceptors/api-version.interceptor.ts#L205
'target' is defined but never used. Allowed unused args 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.16 MB |
sha256:f48da801bc83fc46fb5c46d2ad3034b1731b7d3185c9a1b47136f00f32872eeb
|
|