We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc44bd commit ffddd0cCopy full SHA for ffddd0c
.github/workflows/ci.yml
@@ -80,6 +80,8 @@ jobs:
80
run: moodle-plugin-ci savepoints
81
82
- name: Run mustache
83
+ # Some validation warnings are unavoidable as individual templates may not be fully valid HTML (e.g. table rows).
84
+ continue-on-error: true
85
if: ${{ always() }}
86
run: moodle-plugin-ci mustache
87
0 commit comments