Skip to content

Commit

Permalink
Check ERB files with erblint as part of the linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Nov 5, 2023
1 parent a7e8bf3 commit cadd0ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ jobs:
run: bundle exec rake manifest:check
- name: Check translations
run: bundle exec i18n-tasks health
- name: Check ERB files
run: bundle exec erblint --lint-all

0 comments on commit cadd0ff

Please sign in to comment.