Skip to content

Commit 290e111

Browse files
🔧 fix caching issues for bundler
1 parent aa73f4e commit 290e111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Analyse the code with Rubocop
2626
run: |
27+
bundle install
2728
bundle exec rubocop ./
2829
2930
- name: Attempt to generate the documentation

0 commit comments

Comments
 (0)