diff --git a/.github/workflows/discourse-plugin.yml b/.github/workflows/discourse-plugin.yml index d4341de..80b181e 100644 --- a/.github/workflows/discourse-plugin.yml +++ b/.github/workflows/discourse-plugin.yml @@ -248,6 +248,7 @@ jobs: - name: Lint English locale if: matrix.build_type == 'backend' run: bundle exec ruby script/i18n_lint.rb "plugins/${{ env.PLUGIN_NAME }}/config/locales/{client,server}.en.yml" + continue-on-error: true - name: Get yarn cache directory id: yarn-cache-dir