Skip to content

Commit c54fa49

Browse files
update: add auto-correction step for rubocop in CI workflow
1 parent bfd609b commit c54fa49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
echo "Installing rubocop 1.78.0 for Ruby 3.0.0"
4040
bundle add rubocop --version 1.78.0 || true
4141
bundle install
42+
bundle exec rubocop -A Gemfile || true
4243
- name: Run linting
4344
run: |
4445
bundle exec rubocop

0 commit comments

Comments
 (0)