Skip to content

Commit c8b0658

Browse files
committed
Use bundle exec to run rubocop.
1 parent 6f07b7d commit c8b0658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
ruby-version: '3.1'
1919
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2020
- name: Rubocop
21-
run: rubocop -f github
21+
run: bundle exec rubocop -f github

0 commit comments

Comments
 (0)