Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Nov 29, 2024
1 parent 2884224 commit 2fa89cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discourse-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
if [ -n "$(find admin/assets -type f \( -name '*.scss' -or -name '*.js' -or -name '*.gjs' -or -name '*.hbs' \) 2>/dev/null)" ]; then
${{ steps.js-pkg-manager.outputs.manager }} prettier --check "admin/assets/**/*.{scss,js,gjs,hbs}"
fi
if [ 0 -lt $(find test -type f \( -name '*.js' -or -name '*.gjs' \) 2> /dev/null | wc -l) ]; then
if [ 0 -lt "$(find test -type f \( -name '*.js' -or -name '*.gjs' \) 2> /dev/null | wc -l)" ]; then
${{ steps.js-pkg-manager.outputs.manager }} prettier --check "test/**/*.{js,gjs}"
fi
Expand Down

0 comments on commit 2fa89cb

Please sign in to comment.