Commit 8853c90
committed
ci: add GitHub Actions workflow for automated testing
Add a GitHub Actions workflow that runs the test suite on push and pull requests. This ensures code quality and catches issues early in the development process.
Features:
- Runs on push to main and claude/** branches
- Runs on all pull requests to main
- Tests against Node.js 18, 20, and 22 for compatibility
- Uses npm cache for faster builds
- Executes `npm install && npm test`
The workflow will help maintain code quality and provide immediate feedback on test failures.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 8465881 commit 8853c90
1 file changed
Lines changed: 34 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 | + | |
0 commit comments