Skip to content

StephaneBour/actions-php-cpd

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Copy Paste Detector action

This action controls that code was not duplicated.

Inputs

args

Arguments to pass to phpcpd. Default ".".

Example usage

- name: PHP Copy Paste Detector
  uses: StephaneBour/actions-php-cpd@8.2
  with:
    args: './src'