Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Mar 13, 2024
1 parent 3056432 commit aa6b7bf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
ini-values: max_input_vars=5000
coverage: pcov

- name: npm cache
uses: actions/cache@v3
with:
path: ~/.npm
key: node-${{ matrix.php }}-${{ matrix.moodle-branch }}-${{ matrix.database }}-cache
restore-keys: |
node-${{ matrix.php }}-${{ matrix.moodle-branch }}-${{ matrix.database }}-cache
- name: composer
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci
Expand All @@ -55,10 +47,6 @@ jobs:
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phplint

- name: phpcpd
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpcpd

- name: phpmd
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpmd
Expand Down

0 comments on commit aa6b7bf

Please sign in to comment.