Skip to content

Commit

Permalink
Add CI step to install gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaparroz committed Mar 20, 2024
1 parent 84fc4b2 commit d7149ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v2

- name: Install project dependencies
run: bundle install

- name: Proper Rubocop Version
run: rm /etc/alternatives/rubocop && ln -s
/usr/lib64/ruby/gems/*/gems/rubocop-0.52.1/bin/rubocop
Expand Down

0 comments on commit d7149ff

Please sign in to comment.