parent
62b9e18ab7
commit
86439fdac1
10
.github/workflows/linting.yml
vendored
10
.github/workflows/linting.yml
vendored
@ -69,17 +69,17 @@ jobs:
|
||||
|
||||
- name: ESLint (core)
|
||||
if: ${{ !cancelled() }}
|
||||
run: pnpm exec eslint app/assets/javascripts
|
||||
run: pnpm eslint app/assets/javascripts
|
||||
|
||||
- name: ESLint (core plugins)
|
||||
if: ${{ !cancelled() }}
|
||||
run: pnpm exec eslint plugins
|
||||
run: pnpm eslint plugins
|
||||
|
||||
- name: Prettier
|
||||
if: ${{ !cancelled() }}
|
||||
run: |
|
||||
pnpm exec prettier -v
|
||||
pnpm exec pprettier --list-different \
|
||||
pnpm prettier -v
|
||||
pnpm pprettier --list-different \
|
||||
"app/assets/stylesheets/**/*.scss" \
|
||||
"app/assets/javascripts/**/*.js" \
|
||||
"plugins/**/assets/stylesheets/**/*.scss" \
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
- name: Ember template lint
|
||||
if: ${{ !cancelled() }}
|
||||
run: |
|
||||
pnpm exec ember-template-lint \
|
||||
pnpm ember-template-lint \
|
||||
--no-error-on-unmatched-pattern \
|
||||
"app/assets/javascripts/**/*.hbs" \
|
||||
"plugins/**/assets/javascripts/**/*.hbs"
|
||||
|
||||
Reference in New Issue
Block a user