We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f07b7d commit c8b0658Copy full SHA for c8b0658
.github/workflows/linting.yml
@@ -18,4 +18,4 @@ jobs:
18
ruby-version: '3.1'
19
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
20
- name: Rubocop
21
- run: rubocop -f github
+ run: bundle exec rubocop -f github
0 commit comments