Skip to content

BEG-151: Add custom StagedProductAttributeSubscription for catalog_product_link table #13 #15

BEG-151: Add custom StagedProductAttributeSubscription for catalog_product_link table #13

BEG-151: Add custom StagedProductAttributeSubscription for catalog_product_link table #13 #15

Workflow file for this run

name: Run PHP Static Analysis
on: pull_request
jobs:
code-standards:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Code Standards Test
uses: docker://aligent/code-standards-pipe-php:7.4
env:
STANDARDS: "Magento2"
SKIP_DEPENDENCIES: "true"