Skip to content

test: add unit tests for token expiry validator (#769)Feature/token expiry validator #764

test: add unit tests for token expiry validator (#769)Feature/token expiry validator

test: add unit tests for token expiry validator (#769)Feature/token expiry validator #764

Triggered via pull request August 30, 2026 03:46
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
verify
Process completed with exit code 2.
verify: src/modules/creator/creator.routes.ts#L82
Type 'string | string[]' is not assignable to type 'Exact<string | StringFilter<"CreatorProfile"> | undefined, string | StringFilter<"CreatorProfile"> | undefined>'.
verify: src/modules/creator/creator.routes.ts#L82
Type 'string | string[]' is not assignable to type 'Exact<string | StringFilter<"CreatorProfile"> | undefined, string | StringFilter<"CreatorProfile"> | undefined>'.
verify: src/modules/creator/creator.routes.ts#L73
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 8 more ...; readonly MISSING_IAT: "missing_iat"; }'.
verify: src/modules/admin/admin.routes.ts#L110
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 8 more ...; readonly MISSING_IAT: "missing_iat"; }'.
verify: src/modules/admin/admin.routes.ts#L105
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 8 more ...; readonly MISSING_IAT: "missing_iat"; }'.
verify: src/modules/admin/admin.routes.ts#L66
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 8 more ...; readonly MISSING_IAT: "missing_iat"; }'.
verify: src/modules/admin/admin.routes.ts#L61
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 8 more ...; readonly MISSING_IAT: "missing_iat"; }'.
verify: src/modules/admin/admin.routes.ts#L56
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 8 more ...; readonly MISSING_IAT: "missing_iat"; }'.
verify: src/config.schema.ts#L273
An object literal cannot have multiple properties with the same name.
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/