0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Update plugin-linting.yml

Dieser Commit ist enthalten in:
Angus McLeod 2022-07-27 14:52:29 +01:00
Ursprung 72fc36dd67
Commit b38f2b947f

Datei anzeigen

@ -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 .