diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index b2125eea167..984a9d104b7 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -87,8 +87,10 @@ jobs: yarn pprettier --list-different \ "app/assets/stylesheets/**/*.scss" \ "app/assets/javascripts/**/*.js" \ + "app/assets/javascripts/**/*.hbs" \ "plugins/**/assets/stylesheets/**/*.scss" \ - "plugins/**/assets/javascripts/**/*.js" + "plugins/**/assets/javascripts/**/*.js" \ + "plugins/**/assets/javascripts/**/*.hbs" \ - name: Ember template lint if: ${{ !cancelled() }}