Add FORMA static storefront, Shopify theme & Ruby adapter, integration hooks and CI checks#3
Open
feispla wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
npm run checkvia GitHub Actions.Description
index.html) plus assets:assets/store.js,assets/integrations.js,assets/store.cssand demoassets/config.jsto run locally in demo mode.docs/INTEGRATIONS.md,docs/GO_LIVE_CHECKLIST.md,CLAUDE.md,docs/GITHUB_PLAIN_DIFFS.md) and GitHub templates (.github/ISSUE_TEMPLATE/ai-agent-task.md,.github/pull_request_template.md).shopify-theme/with templates, snippets, assets and RSpec-style structure tests, plus a Ruby adapter undershopify-ruby/withAdminClient,StorefrontClient,shopify_contextand a smoke script.scripts/smoke-static.js,scripts/verify-files.js,scripts/github-plain-diff.js,scripts/prepare-shopify-upstream.sh, andscripts/list_products.rbfor the Ruby adapter.package.jsonwithdev,startand a compositecheckscript that runsnpm run verify:files,npm run smoke:static,node --checkon key JS files and the theme spec, plus apackage-lock.jsonchange..github/workflows/check.ymlthat runsnpm ciandnpm run checkonpull_requestand pushes to common branches, plusvercel.jsonand a Supabase migrationsupabase/migrations/202605130001_storefront_core.sql.Testing
npm run checkon PRs and pushes via.github/workflows/check.yml.scripts/verify-files.js,scripts/smoke-static.js) and a Ruby theme spec scaffold (shopify-theme/spec/theme_structure_spec.rb) thatnpm run checkwill invoke when run in CI or locally.Codex Task