Skip to content

Commit 9dd1011

Browse files
committed
chore: readme fixes
1 parent face9b1 commit 9dd1011

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ on:
33
push:
44
branches:
55
- main
6-
6+
pull_request:
7+
branches:
8+
- main
79
jobs:
810
test:
9-
name: test
11+
name: test, lint & typecheck
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Checkout repo

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pnpm install @better-tools/fetch
1111
## Usage
1212

1313
```typescript
14+
import fetch from "@better-tools/fetch"
15+
1416
const { data, error } = await fetch<{
1517
userId: number;
1618
id: number;

0 commit comments

Comments
 (0)