Skip to content

Add missing CI workflow - #18

Merged
miguelcolmenares merged 1 commit into
mainfrom
chore/add-ci-workflow
Sep 12, 2026
Merged

Add missing CI workflow#18
miguelcolmenares merged 1 commit into
mainfrom
chore/add-ci-workflow

Conversation

@miguelcolmenares

Copy link
Copy Markdown
Member

Summary

This package had no ci.yml at all — only publish.yml — so no PR here ever ran an automated check (confirmed while finalizing #16: its statusCheckRollup was empty). Added the same CI every other package in the group runs:

  • quality job: format/typecheck/lint/build/test, matrix'd across Node 22.x and 24.x.
  • integration job: builds the e2e fixture against the packed tarball and runs Playwright against it.

Test plan

  • npm run check (format, typecheck, lint, 23 tests) passes locally
  • npm run build passes locally
  • CI actually runs on this PR (nothing to confirm beforehand — the whole point of this PR)

This package had no ci.yml at all -- only publish.yml -- so no PR here
ever ran an automated check. Added the same CI every other package in
the group runs: format/typecheck/lint/build/test across Node 22.x and
24.x, plus a Next.js integration job that builds the e2e fixture
against the packed tarball and runs Playwright.
Copilot AI lite review requested due to automatic review settings September 12, 2026 05:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@miguelcolmenares
miguelcolmenares merged commit 72522d0 into main Sep 12, 2026
3 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.

2 participants