Skip to content

Commit cf20dca

Browse files
committed
Removing copy/paste check.
1 parent b9f5a7c commit cf20dca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ jobs:
8383
if: ${{ always() }}
8484
run: moodle-plugin-ci phplint
8585

86-
- name: PHP Copy/Paste Detector
87-
continue-on-error: true # This step will show errors but will not fail
88-
if: ${{ always() }}
89-
run: moodle-plugin-ci phpcpd
90-
9186
- name: PHP Mess Detector
9287
continue-on-error: true # This step will show errors but will not fail
9388
if: ${{ always() }}

0 commit comments

Comments
 (0)