Rename executable deprecated erblint to erb_lint

Now executable `erblint` is deprecated, then we will use `erb_lint` instead.
This commit is contained in:
taitus
2025-02-14 15:54:28 +01:00
parent bec5506c4c
commit 94e70e9073

View File

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