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

@@ -16,3 +16,7 @@ jobs:
run: bun lint:tsc
- name: Lint Biome
run: bun lint:biome
- name: Build
run: bun run build
- name: Test
run: bun test

View File

@@ -21,6 +21,8 @@ jobs:
run: bun lint:biome
- name: Build
run: bun run build
- name: Test
run: bun test
# - name: Publish effect-lens
# uses: JS-DevTools/npm-publish@v4
# with:

View File

@@ -23,5 +23,7 @@ jobs:
run: bun lint:biome
- name: Build
run: bun run build
- name: Test
run: bun test
- name: Pack
run: bun pack