Skip to content

Commit 8ebc97b

Browse files
committed
Updated Moodle Plugin CI to latest upstream recommendations
1 parent 4a2b574 commit 8ebc97b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/moodle-plugin-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ jobs:
9494
run: moodle-plugin-ci savepoints
9595

9696
- name: Mustache Lint
97+
continue-on-error: true # This step will show errors but will not fail
9798
if: ${{ always() }}
98-
run: moodle-plugin-ci mustache || true
99+
run: moodle-plugin-ci mustache
99100

100101
- name: Grunt
101102
if: ${{ always() }}

0 commit comments

Comments
 (0)