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

Update plugin-linting.yml

Dieser Commit ist enthalten in:
Angus McLeod 2022-07-27 15:14:41 +01:00
Ursprung b38f2b947f
Commit cbc76e4810

Datei anzeigen

@ -42,9 +42,7 @@ jobs:
- name: Prettier
run: |
yarn prettier -v
if [ -d "assets" ]; then \
yarn prettier --list-different "assets/javascripts/discourse/**/*.{scss,js,es6}" ; \
fi
yarn prettier --list-different "assets/javascripts/discourse/**/*.{scss,js,es6}"
- name: Rubocop
run: bundle exec rubocop .