shoplab-team/Shopify Theme Check Reporter

Runs Shopify Theme Check on Pull Requests and posts a formatted report comment on Pull Requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for posting comments. Typically provide using secrets.GITHUB_TOKEN in the workflow.yes
fail-on-warningsSet to "true" to fail the action if warnings are found (in addition to errors).nofalse
node-versionNode.js version to use for running the check (passed to actions/setup-node).no20.x
theme-check-packageThe specific npm package version for theme check (e.g., @shopify/theme-check-node@latest).no@shopify/theme-check-node@latest
namedescription
error-countNumber of errors found by theme check.
warning-countNumber of warnings found by theme check.
comment-body-filePath to the temporary file containing the generated comment body markdown.
fallback-comment-bodyFallback comment body used if the script failed to generate the report file.