mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add hbs prettier checks to GitHub CI
We have already formatted all hbs files, but we didn't update the linting CI check to include them.
This commit is contained in:
parent
2e78045af1
commit
6b01105cb9
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
@ -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() }}
|
||||
|
Loading…
Reference in New Issue
Block a user