Skip to content

Commit 10f534d

Browse files
authored
fix: update RuboCop run
1 parent 0327743 commit 10f534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lb-ruby-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Install Dependencies
2020
run: bundle install
2121
- name: Lint with RuboCop
22-
run: rubocop -l
22+
run: bundle exec rubocop -l

0 commit comments

Comments
 (0)