From cbc76e481003d528b3f69b1aaad7f28945be34a6 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 27 Jul 2022 15:14:41 +0100 Subject: [PATCH] Update plugin-linting.yml --- .github/workflows/plugin-linting.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/plugin-linting.yml b/.github/workflows/plugin-linting.yml index 55cb4143..fc465449 100644 --- a/.github/workflows/plugin-linting.yml +++ b/.github/workflows/plugin-linting.yml @@ -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 .