Skip to content

Commit

Permalink
prevent build from failing on Mustache linting errors.
Browse files Browse the repository at this point in the history
i did what i could do here, for now.
the rest of the emitted warnings are either non-fixable, or would
require further sub-theming of Boost templates for the sake of
addressing these linter errors.
That's not worth it IMO.
  • Loading branch information
stopfstedt committed Jan 10, 2024
1 parent 71d07c2 commit 7b1a382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: moodle-plugin-ci savepoints

- name: Mustache Lint
continue-on-error: true
if: ${{ !cancelled() }}
run: moodle-plugin-ci mustache

Expand Down

0 comments on commit 7b1a382

Please sign in to comment.