Add CI tests
Some checks failed
Lint / lint (push) Failing after 12s
Publish / publish (push) Failing after 12s

This commit is contained in:
Julien Valverdé
2026-03-25 03:17:01 +01:00
parent 9a5e76bb11
commit a887ba4070
5 changed files with 10 additions and 88 deletions

View File

@@ -5,8 +5,8 @@ import { Lens } from "effect-lens"
Effect.gen(function*() {
// \/ Lens<Option.Option<string>, PlatformError, PlatformError, never, never>
const lens = Effect.all([
// \/ Lens<Option.Option<string>, PlatformError, PlatformError, never, never>
Effect.all([
KeyValueStore.KeyValueStore,
Effect.succeed("someKey"),
]).pipe(