From 6c052c118d79173460e6a2833fba711b1177ee25 Mon Sep 17 00:00:00 2001 From: discoursebot Date: Mon, 23 May 2022 10:59:55 -0400 Subject: [PATCH] DEV: Update CI workflows (#128) 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() }}