Skip to content

Commit 28730bb

Browse files
dadachiclaude
andcommitted
Rename erblint to erb_lint in CI workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cb34f0c commit 28730bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Lint code for consistent style
4141
run: bin/rubocop -f github
4242

43-
- name: Erblint
44-
run: bundle exec erblint --lint-all
43+
- name: Erb Lint
44+
run: bundle exec erb_lint --lint-all
4545

4646
test:
4747
timeout-minutes: 10

0 commit comments

Comments
 (0)