Skip to content

Commit

Permalink
Changing moodle-plugin-ci.yml to remove annotations, resolves #591.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Mar 15, 2024
1 parent 3053690 commit f7f308a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: plugin

Expand Down Expand Up @@ -67,11 +67,6 @@ 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 Mess Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ always() }}
Expand All @@ -82,7 +77,7 @@ jobs:
run: moodle-plugin-ci phpcs --max-warnings 0

- name: Boost Union Code Checker
uses: JJ/github-pr-contains-action@releases/v10
uses: JJ/github-pr-contains-action@releases/v14
with:
github-token: ${{github.token}}
diffDoesNotContain: "theme->settings->"
Expand Down

0 comments on commit f7f308a

Please sign in to comment.