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 2d040b9
Show file tree
Hide file tree
Showing 55 changed files with 1,812 additions and 1,610 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Set the default behavior, in case people don't have core.autocrlf set.
amd/build/** -diff

# In case people don't have core.autocrlf set.
* text=auto
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 0 --force

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

0 comments on commit 2d040b9

Please sign in to comment.