Skip to content

Commit ffddd0c

Browse files
committed
Mark remaining mustache validation warnings as unavoidable
1 parent 1fc44bd commit ffddd0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
run: moodle-plugin-ci savepoints
8181

8282
- 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
8385
if: ${{ always() }}
8486
run: moodle-plugin-ci mustache
8587

0 commit comments

Comments
 (0)