Skip to content

Commit 563c4e3

Browse files
committed
feat: add generic type support to SimpleContext
1 parent eda0d1e commit 563c4e3

9 files changed

Lines changed: 1056 additions & 7268 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: pnpm run lint
2525
- name: Format check
2626
run: pnpm run format:check
27+
- name: Test
28+
run: pnpm test
2729
- name: TypeScript check
2830
run: pnpm exec tsc --noEmit
2931
- name: Build

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
version: 10
3030
- name: Install
3131
run: pnpm install --frozen-lockfile
32+
- name: Test
33+
run: pnpm test
3234
- name: Build
3335
run: pnpm build
3436
- name: Release

0 commit comments

Comments
 (0)