Skip to content

ci: add CI workflow + README badges#3

Merged
kryp2 merged 1 commit into
mainfrom
chore/oss-polish
Jun 4, 2026
Merged

ci: add CI workflow + README badges#3
kryp2 merged 1 commit into
mainfrom
chore/oss-polish

Conversation

@kryp2

@kryp2 kryp2 commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

What

  • Add .github/workflows/ci.yml — runs the node:test suite (npm test) on Node 22 for pushes to main and all PRs.
  • Add CI + Open BSV License badges under the README H1.

Notes

  • The repo has no package-lock.json, so CI uses npm install (and cache: npm is omitted since it requires a lockfile).
  • Tests are pure node:test against src/parser.js with no network/JungleBus/Postgres dependency — verified passing offline locally (10/10).

🤖 Generated with Claude Code

Add GitHub Actions CI running the node:test suite on Node 22, plus
CI and Open BSV License badges under the README title.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kryp2 kryp2 merged commit 03ee7a3 into main Jun 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant