From 836d084818f3b48dd792614ebfc518f3f3f67220 Mon Sep 17 00:00:00 2001 From: discoursebot Date: Mon, 23 May 2022 11:01:20 -0400 Subject: [PATCH] DEV: Update CI workflows (#52) 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() }}