From 94e70e90733f1a7a14eeb92e0ca936ace17e02c6 Mon Sep 17 00:00:00 2001 From: taitus Date: Fri, 14 Feb 2025 15:54:28 +0100 Subject: [PATCH] Rename executable deprecated `erblint` to `erb_lint` Now executable `erblint` is deprecated, then we will use `erb_lint` instead. --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index abac358ae..ed9fa9769 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -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