diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8760c8a..826b714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,11 +70,6 @@ jobs: if: ${{ !cancelled() }} run: moodle-plugin-ci phplint - - name: PHP Mess Detector - continue-on-error: true # This step will show errors but will not fail - if: ${{ !cancelled() }} - run: moodle-plugin-ci phpmd - - name: Moodle Code Checker if: ${{ !cancelled() }} run: moodle-plugin-ci phpcs --max-warnings 0