Commit 198479c
ci: add verification step to CI workflow (#497)
* ci: add verification step to CI workflow
Runs `yarn verify` in CI to catch regressions in verified functions.
Only functions with `verified: X.Y` header are tested, ensuring CI
doesn't fail on unverified functions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ci: use Node 22.x for TypeScript strip-types support
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 21f8abb commit 198479c
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments