We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0327743 commit 10f534dCopy full SHA for 10f534d
.github/workflows/lb-ruby-lint.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Install Dependencies
20
run: bundle install
21
- name: Lint with RuboCop
22
- run: rubocop -l
+ run: bundle exec rubocop -l
0 commit comments