Merge pull request #5885 from consuldemocracy/erb_lint_deprecations

Fix ERB Lint deprecations
This commit is contained in:
Sebastia
2025-02-19 15:01:06 +00:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: RuboCop
run: bundle exec rubocop --fail-level convention --display-only-fail-level-offenses -f github
- name: ERB Lint
run: bundle exec erblint .
run: bundle exec erb_lint .
- name: ESLint
run: npx eslint . --quiet
- name: Stylelint