DEV: Skip I18n in plugins until they can be updated

This commit is contained in:
Robin Ward
2020-05-14 10:40:53 -04:00
parent aa2d040526
commit 42b300b9be
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ jobs:
if: env.BUILD_TYPE == 'LINT'
run: |
yarn eslint app/assets/javascripts test/javascripts
yarn eslint --ext .es6 app/assets/javascripts test/javascripts plugins
yarn eslint --global I18n --ext .es6 plugins
- name: Prettier
if: env.BUILD_TYPE == 'LINT'