Skip to content

ci: add GitHub Actions workflow (typecheck + test on node 20/22) - #10

Merged
AnderRV merged 1 commit into
mainfrom
chore/ci
Aug 4, 2026
Merged

ci: add GitHub Actions workflow (typecheck + test on node 20/22)#10
AnderRV merged 1 commit into
mainfrom
chore/ci

Conversation

@AnderRV

@AnderRV AnderRV commented Aug 4, 2026

Copy link
Copy Markdown
Member

The repo had no CI, so every green was verified only locally. Add a minimal workflow that runs on pushes to main and on every PR: npm ci → typecheck → build+test (the test script builds first), across node 20 and 22 (engines require >=20). This guards the public @zenrows/cli against a red PR landing.

Independent of the in-flight stack (new file, off main) so it can merge on its own and start protecting every subsequent PR.

The repo had no CI, so every green was verified only locally. Add a minimal
workflow that runs on pushes to main and on every PR: npm ci → typecheck →
build+test (the `test` script builds first), across node 20 and 22 (engines
require >=20). This guards the public @zenrows/cli against a red PR landing.

Independent of the in-flight stack (new file, off main) so it can merge on its
own and start protecting every subsequent PR.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@AnderRV AnderRV self-assigned this Aug 4, 2026
@AnderRV
AnderRV merged commit 622124a into main Aug 4, 2026
2 checks 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