We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f215df commit cd0f440Copy full SHA for cd0f440
1 file changed
.github/workflows/quality.yml
@@ -23,9 +23,8 @@ jobs:
23
- name: Build Project
24
run: bun run build
25
26
- - name: Verify Types
27
- run: bunx tsc --project tsconfig.json --noEmit
28
- # Note: You'll need a basic tsconfig.json for this to work perfectly
+ - name: Verify Type Definition Syntax
+ run: bun build src/index.d.ts --outdir /tmp
29
30
- name: Run Performance Benchmark
31
run: bun run tests/bench.test.js
0 commit comments