Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
Update plugin-linting.yml
Dieser Commit ist enthalten in:
Ursprung
72fc36dd67
Commit
b38f2b947f
1 geänderte Dateien mit 2 neuen und 6 gelöschten Zeilen
8
.github/workflows/plugin-linting.yml
gevendort
8
.github/workflows/plugin-linting.yml
gevendort
|
@ -37,18 +37,14 @@ jobs:
|
|||
run: yarn install --dev
|
||||
|
||||
- name: ESLint
|
||||
run: yarn eslint --ext .js,.js.es6 --no-error-on-unmatched-pattern {test,assets}/javascripts/{discourse,wizard}
|
||||
run: yarn eslint --ext .js,.js.es6 --no-error-on-unmatched-pattern {test,assets}/javascripts/discourse
|
||||
|
||||
- name: Prettier
|
||||
run: |
|
||||
yarn prettier -v
|
||||
if [ -d "assets" ]; then \
|
||||
yarn prettier --list-different "assets/javascripts/{discourse,wizard}/**/*.{scss,js,es6}" ; \
|
||||
yarn prettier --list-different "assets/javascripts/discourse/**/*.{scss,js,es6}" ; \
|
||||
fi
|
||||
|
||||
# Until templates are converted
|
||||
#- name: Ember template lint
|
||||
#run: yarn ember-template-lint assets/javascripts
|
||||
|
||||
- name: Rubocop
|
||||
run: bundle exec rubocop .
|
||||
|
|
Laden …
In neuem Issue referenzieren