From b38f2b947f92074d5f5a5e3d5b465095df8b73f2 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 27 Jul 2022 14:52:29 +0100 Subject: [PATCH] Update plugin-linting.yml --- .github/workflows/plugin-linting.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/plugin-linting.yml b/.github/workflows/plugin-linting.yml index 28bb0a91..55cb4143 100644 --- a/.github/workflows/plugin-linting.yml +++ b/.github/workflows/plugin-linting.yml @@ -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 .