Magento 2 Copy Paste Detector
Actionsperforms php static code analysis with the Magento 2 Copy Paste Detector ruleset
1.0.0
LatestBy shikhamis11
This action checks cpd in magento 2 extensions. It uses extdn/magento-integration-tests-action:7.3-latest AS builder
In your GitHub repository add below flow at path
.github/workflows/phpcpd.yml
name: M2 Copy Paste Detector
on: [push, pull_request]
jobs:
phpcpd:
name: M2 Copy Paste Detector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shikhamis11/m2-cpd-action@master
Magento 2 Copy Paste Detector is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.