-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump theme check action and fix theme check error #3704
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! Surprised we weren't already using theme-check-action@v2 honestly 😮
@@ -7,3 +7,4 @@ | |||
.Trashes | |||
ehthumbs.db | |||
Thumbs.db | |||
.shopify |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming we can resolve the dubious ownership this LGTM, thanks for making this update!
a0d4da6
to
ebb5ca6
Compare
Thank you |
PR Summary:
theme-check-action@v1
uses the Ruby implementation of theme check which has previously been deprecated and now is fully removed from the Shopify CLI. This bumps the action to use v2.This means that the action is now using the same version of the theme checker that we'd be using when running
shopify theme check
locally which means that we also needed to fix an error insections/header.liquid
.One additional commit here adds
.shopify
to the.gitignore
file now thatshopify theme dev
downloads metafield definitions by default (See Shopify/cli#5184 for more information).Checklist