Skip to content

ci: add GitHub Actions workflow#26

Merged
ben-vargas merged 3 commits into
mainfrom
claude/suspicious-bohr-a30516
Jun 11, 2026
Merged

ci: add GitHub Actions workflow#26
ben-vargas merged 3 commits into
mainfrom
claude/suspicious-bohr-a30516

Conversation

@ben-vargas

Copy link
Copy Markdown
Owner

Adds .github/workflows/ci.yml so PRs and pushes to main get automated checks (previously the repo had no CI, so contributor PRs showed zero status checks).

What it runs — on Node 20 and 22 (ubuntu-latest, npm cache):

  1. npm ci
  2. npm run format:check (unblocked by style: format with prettier #25)
  3. npm run ci — typecheck + lint + test
  4. npm run build

Details:

  • fail-fast: false so one Node version failing doesn't cancel the other
  • read-only permissions and a concurrency group that cancels superseded runs on the same ref
  • no publishing/release steps

This PR's own checks exercise the workflow.

Runs typecheck, lint, tests, and build on Node 20 and 22.
format:check is deliberately omitted until existing prettier
failures are fixed.
The prettier failures are fixed in #25, which should merge first.

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3436db7a31

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml Outdated
package.json declares engines.node >=18, and all runtime and dev
dependencies support 18, so CI should exercise it.
@ben-vargas
ben-vargas merged commit faf26e9 into main Jun 11, 2026
3 checks passed
@ben-vargas
ben-vargas deleted the claude/suspicious-bohr-a30516 branch June 11, 2026 12:33
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