Skip to content

Commit

Permalink
themes: check prettier for hbs (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Dec 19, 2024
1 parent d8016b1 commit 84f0599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discourse-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
shell: bash
run: |
${{ steps.js-pkg-manager.outputs.manager }} prettier --version
files=$(find javascripts desktop mobile common scss -type f \( -name "*.scss" -or -name "*.js" -or -name "*.gjs" \) 2> /dev/null) || true
files=$(find javascripts desktop mobile common scss -type f \( -name "*.scss" -or -name "*.js" -or -name "*.gjs" -or -name "*.hbs" \) 2> /dev/null) || true
if [ -n "$files" ]; then
${{ steps.js-pkg-manager.outputs.manager }} prettier --check $files
fi
Expand Down

0 comments on commit 84f0599

Please sign in to comment.