DEV: Update CI workflows (#50)

Co-authored-by: discoursebuild <build@discourse.org>
This commit is contained in:
discoursebot 2022-05-24 13:14:52 -04:00 committed by GitHub
parent 664bce51f1
commit b6b36a24a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() }}