Skip to content

Commit

Permalink
Adding ignore paths to Moodle Plugin CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Sep 25, 2023
1 parent 7821001 commit 29768e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
IGNORE_PATHS: moodle/tests/fixtures,moodle/Sniffs
CODECHECKER_IGNORE_PATHS: classes/vendor
PHPDOCCHECKER_IGNORE_PATHS: classes/vendor
IGNORE_PATHS: moodle/tests/fixtures,moodle/Sniffs,moodle/mod/verbalfeedback/classes/vendor
CODECHECKER_IGNORE_PATHS: classes/vendor,mod/verbalfeedback/classes/vendor
PHPDOCCHECKER_IGNORE_PATHS: classes/vendor,mod/verbalfeedback/classes/vendor

- name: PHP Lint
if: ${{ always() }}
Expand Down

0 comments on commit 29768e2

Please sign in to comment.