fix(actions): remove conflicting containers on force docker up #490
check.yml
on: push
Build
53s
Types
49s
Lint
2m 8s
Test
1m 35s
Lint Effect-TS
43s
E2E (Local package CLI)
1m 30s
E2E (OpenCode)
3m 41s
E2E (Clone cache)
3m 49s
E2E (Login context)
3m 47s
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
|