Skip to content

Commit

Permalink
Temporarily allow failure on i18n lint (#165)
Browse files Browse the repository at this point in the history
After fixing this earlier today, we've been alerted to failures across many repositories. Disabling this for now while we improve guidance on how to resolve issues.
  • Loading branch information
davidtaylorhq authored Dec 13, 2024
1 parent 15f43ed commit d8016b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/discourse-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8016b1

Please sign in to comment.