Commit be32ac8
* ci: add GitHub Actions workflow (lint, Kotlin tests, build)
Bootstrap workflow with the jobs that pass on current master: lint,
Kotlin tests, and build. TypeScript and unit test jobs are added in
#158 alongside the fixes they need (tsconfig exclude, passWithNoTests).
Co-authored-by: Claude <claude@anthropic.com>
* ci: pin actions to SHAs, add explicit permissions
Address CodeRabbit feedback:
- Pin actions/checkout, actions/setup-node, actions/setup-java to
full commit SHAs to reduce supply-chain risk
- Add workflow-level permissions: contents: read for least privilege
Co-authored-by: Claude <claude@anthropic.com>
* ci: update Node.js from 18 (EOL) to 22 LTS
Node 18 reached end-of-life. Node 20 reaches EOL in May 2026.
Use Node 22 LTS for longer support runway.
Co-authored-by: Claude <claude@anthropic.com>
---------
Co-authored-by: Claude <claude@anthropic.com>
1 parent 1732edd commit be32ac8
1 file changed
+54
-0
lines changed| 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 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments