Commit 3f3c219
ci: GitHub Actions workflow — typecheck + test on push / PR
Runs on every push to master/main and every pull request. Steps:
1. Install system pandoc (apt) — recipedown / postcard integration
tests shell out to the binary via runPandoc.
2. Install bun (latest).
3. bun install --frozen-lockfile.
4. bun run typecheck.
5. bun test.
Concurrency group cancels stale runs when a new commit lands on the
same ref. pandoc-wasm tests skip cleanly when the optional peer dep
isn't installed (which it isn't in CI).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent bc0a637 commit 3f3c219
1 file changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments