Commit a9c1741
Add type checking, package linting, and security audit to CI
- tsc --noEmit: catches type errors tsdown doesn't surface
- publint + attw: validates package exports resolve correctly for all consumers
- npm audit: fails CI on known vulnerabilities
All four checks are workspace-aware for future packages.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a9b0b99 commit a9c1741
4 files changed
Lines changed: 692 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
0 commit comments