Skip to content

fix(core): preserve post-push repo context for git -C push #472

fix(core): preserve post-push repo context for git -C push

fix(core): preserve post-push repo context for git -C push #472

Triggered via pull request March 25, 2026 23:09
Status Failure
Total duration 4m 7s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint Effect-TS
Process completed with exit code 1.
Lint Effect-TS: packages/lib/tests/core/git-post-push-wrapper.test.ts#L9
'node:path' import is restricted from being used by a pattern. Do not import from node:* directly. Use @effect/platform-node or @effect/platform services
Lint Effect-TS: packages/lib/tests/core/git-post-push-wrapper.test.ts#L9
'node:path' import is restricted from being used. Use @effect/platform Path instead of node:path
Lint Effect-TS: packages/lib/tests/core/git-post-push-wrapper.test.ts#L8
'node:os' import is restricted from being used by a pattern. Do not import from node:* directly. Use @effect/platform-node or @effect/platform services
Lint Effect-TS: packages/lib/tests/core/git-post-push-wrapper.test.ts#L7
'node:fs' import is restricted from being used by a pattern. Do not import from node:* directly. Use @effect/platform-node or @effect/platform services
Lint Effect-TS: packages/lib/tests/core/git-post-push-wrapper.test.ts#L7
'node:fs' import is restricted from being used. Use @effect/platform FileSystem instead of node:fs
Lint Effect-TS: packages/lib/tests/core/git-post-push-wrapper.test.ts#L6
'node:child_process' import is restricted from being used by a pattern. Do not import from node:* directly. Use @effect/platform-node or @effect/platform services
Lint Effect-TS: packages/lib/tests/core/git-post-push-wrapper.test.ts#L6
'node:child_process' import is restricted from being used. Use @effect/platform Command instead of node:child_process