From b6b36a24a733588ab9347693531e178b4778cfce Mon Sep 17 00:00:00 2001 From: discoursebot Date: Tue, 24 May 2022 13:14:52 -0400 Subject: [PATCH] DEV: Update CI workflows (#50) Co-authored-by: discoursebuild --- .github/workflows/plugin-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-linting.yml b/.github/workflows/plugin-linting.yml index d0e6e60..6161090 100644 --- a/.github/workflows/plugin-linting.yml +++ b/.github/workflows/plugin-linting.yml @@ -50,7 +50,7 @@ jobs: - name: Ember template lint if: ${{ always() }} - run: yarn ember-template-lint assets/javascripts + run: yarn ember-template-lint --no-error-on-unmatched-pattern assets/javascripts - name: Rubocop if: ${{ always() }}