fix(ruby): bundle install in linter workflow

This commit is contained in:
sshakndr
2024-06-17 14:11:20 +07:00
parent dd189175a1
commit 54210428ef

View File

@ -30,7 +30,7 @@ jobs:
- name: Install Dependencies
run: |
bundle update
bundle install
- name: Rubocop
run: |