Skip to content

fix(actions): remove conflicting containers on force docker up #490

fix(actions): remove conflicting containers on force docker up

fix(actions): remove conflicting containers on force docker up #490

Triggered via push March 27, 2026 12:54
Status Failure
Total duration 3m 55s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Lint Effect-TS
Process completed with exit code 1.
Lint Effect-TS: packages/lib/tests/usecases/docker-up-force.test.ts#L55
Casting is only allowed in src/core/axioms.ts
Lint Effect-TS: packages/lib/tests/usecases/docker-up-force.test.ts#L48
Casting is only allowed in src/core/axioms.ts
Lint Effect-TS: packages/lib/tests/usecases/docker-up-force.test.ts#L10
'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/usecases/docker-up-force.test.ts#L10
'node:path' import is restricted from being used. Use @effect/platform Path instead of node:path
Lint Effect-TS: packages/lib/tests/shell/docker.test.ts#L61
Avoid await. Use Effect.gen / Effect.flatMap
Lint Effect-TS: packages/lib/tests/shell/docker.test.ts#L57
Avoid async/await. Use Effect.gen / Effect.tryPromise