Skip to content

ci: add product checks - #13

Merged
craigrallen merged 1 commit into
mainfrom
ci/add-product-workflow
Jul 29, 2026
Merged

ci: add product checks#13
craigrallen merged 1 commit into
mainfrom
ci/add-product-workflow

Conversation

@craigrallen

Copy link
Copy Markdown
Owner

Summary

  • add product CI for pull requests and pushes to main
  • run clean install, lint, and production build on Node.js 24
  • cache npm dependencies through actions/setup-node

Validation

  • actionlint .github/workflows/ci.yml
  • npm ci
  • npm run lint
  • npm run build

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
somatic-debt Ready Ready Preview, Comment Jul 29, 2026 12:39am

@craigrallen
craigrallen merged commit ea7b658 into main Jul 29, 2026
4 checks passed
@craigrallen
craigrallen deleted the ci/add-product-workflow branch July 29, 2026 00:40

@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: 09fadb1a98

ℹ️ 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
Comment on lines +18 to +21
uses: actions/checkout@v7

- name: Set up Node.js
uses: actions/setup-node@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Use published action major versions

In this new test job, both uses: entries reference nonexistent v7 tags; the official checkout releases and setup-node releases currently stop at v6. Consequently, every push and pull-request run fails while resolving the actions, before npm ci, lint, or build can execute; point these entries to published majors or immutable release SHAs.

Useful? React with 👍 / 👎.

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