Skip to content

Remove PHP template from CLI #21150

Remove PHP template from CLI

Remove PHP template from CLI #21150

Triggered via pull request November 13, 2024 20:42
@lizkenyonlizkenyon
synchronize #4843
Status Success
Total duration 11s
Artifacts

cla.yml

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

Annotations

7 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/app/src/cli/commands/app/dev.ts#L152
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/prompts/init/init.ts#L79
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/prompts/init/init.ts#L120
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/commands/app/dev.ts#L152
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/prompts/init/init.ts#L79
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/prompts/init/init.ts#L120
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.