Skip to content

Commit

Permalink
Resolve erblint deprecations
Browse files Browse the repository at this point in the history
They have standardized on underscores. See
Shopify/erb_lint#360
  • Loading branch information
gravitystorm committed Nov 27, 2024
1 parent fa7841a commit f6dd9dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rubygems: 3.4.10
bundler-cache: true
- name: Run erblint
run: bundle exec erblint .
run: bundle exec erb_lint .
eslint:
name: ESLint
runs-on: ubuntu-22.04
Expand Down

0 comments on commit f6dd9dd

Please sign in to comment.