Skip to content

Commit

Permalink
Code cleanup and fixing CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastsg committed Mar 25, 2024
1 parent bdc4690 commit 912b5d9
Show file tree
Hide file tree
Showing 40 changed files with 1,376 additions and 1,363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Grunt
if: ${{ !cancelled() }}
run: moodle-plugin-ci grunt --max-lint-warnings 0
run: moodle-plugin-ci grunt --max-lint-warnings 11 # For now just make sure we don't get more warnings.

- name: PHPUnit tests
if: ${{ !cancelled() }}
Expand Down
Loading

0 comments on commit 912b5d9

Please sign in to comment.