From 3a863e075fe331f390e4e6345a89d48bf8ec54d2 Mon Sep 17 00:00:00 2001 From: discoursebot Date: Tue, 24 May 2022 13:14:42 -0400 Subject: [PATCH] DEV: Update CI workflows (#201) 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() }}