Skip to content

Add --strict flag to theme push to enforce theme check before pushing #21529

Add --strict flag to theme push to enforce theme check before pushing

Add --strict flag to theme push to enforce theme check before pushing #21529

Triggered via pull request November 22, 2024 18:37
@jamesmengojamesmengo
synchronize #4900
Status Success
Total duration 17s
Artifacts

cla.yml

on: pull_request_target
[PR] CLA
7s
[PR] CLA
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
[PR] CLA
The following actions use a deprecated Node.js version and will be forced to run on node20: Shopify/shopify-cla-action@c6bc827f3c22da647ed72a556b0b30b8641786eb. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
packages/theme/src/cli/commands/theme/check.ts#L114
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.