Skip to content

Commit 6243329

Browse files
DEV: Update CI workflows
1 parent 06ba5da commit 6243329

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/plugin-linting.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ jobs:
5050
5151
- name: Ember template lint
5252
if: ${{ always() }}
53-
run: |
54-
if [ 0 -lt $(find assets/javascripts -type f -name "*.hbs" 2> /dev/null | wc -l) ]; then
55-
yarn ember-template-lint assets/javascripts
56-
fi
53+
run: yarn ember-template-lint --no-error-on-unmatched-pattern assets/javascripts
5754

5855
- name: Rubocop
5956
if: ${{ always() }}

0 commit comments

Comments
 (0)