Skip to content

Commit

Permalink
CI and incorrect package.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 14, 2024
1 parent 87da28b commit a009eb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
if: ${{ always() }}
run: moodle-plugin-ci phplint

- name: PHP Copy/Paste Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ always() }}
run: moodle-plugin-ci phpcpd
# - name: PHP Copy/Paste Detector
# continue-on-error: true # This step will show errors but will not fail
# if: ${{ always() }}
# run: moodle-plugin-ci phpcpd

- name: PHP Mess Detector
continue-on-error: true # This step will show errors but will not fail
Expand Down
2 changes: 1 addition & 1 deletion classes/output/mod_booking/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* A custom renderer class that extends the plugin_renderer_base and is used by the booking module.
*
* @package mod_booking
* @package theme_lexa
* @copyright 2023 Wunderbyte GmbH <info@wunderbyte.at>
* @author David Bogner, Andraž Prinčič
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down

0 comments on commit a009eb7

Please sign in to comment.