Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

fix(deps): update dependency effect to v3.13.1 #103

fix(deps): update dependency effect to v3.13.1

fix(deps): update dependency effect to v3.13.1 #103

Triggered via pull request February 5, 2025 01:59
Status Failure
Total duration 28s
Artifacts

ci.yml

on: pull_request
⬣ ESLint
8s
⬣ ESLint
ʦ TypeScript
16s
ʦ TypeScript
🎯 Tests
12s
🎯 Tests
🛰️ Sonar
0s
🛰️ Sonar
Fit to window
Zoom out
Zoom in

Annotations

8 errors
🎯 Tests
Process completed with exit code 1.
ʦ TypeScript: src/layer/github/implementation/paging/get-user-events-page.test.ts#L54
Argument of type 'Effect<{ data: { id: string; type: string | null; actor: { id: number; login: string; display_login?: string; gravatar_id: string | null; url: string; avatar_url: string; }; repo: { id: number; name: string; url: string; }; org?: { ...; }; payload: { ...; }; public: boolean; created_at: string | null; }[]; links: Re...' is not assignable to parameter of type 'Effect<unknown, unknown, never>'.
ʦ TypeScript: src/layer/github/implementation/paging/get-user-events-page.test.ts#L100
Argument of type 'Effect<{ data: { id: string; type: string | null; actor: { id: number; login: string; display_login?: string; gravatar_id: string | null; url: string; avatar_url: string; }; repo: { id: number; name: string; url: string; }; org?: { ...; }; payload: { ...; }; public: boolean; created_at: string | null; }[]; links: Re...' is not assignable to parameter of type 'Effect<unknown, unknown, never>'.
ʦ TypeScript
Process completed with exit code 2.