Skip to content

Commit

Permalink
eat our own dogfood and use the dip command from the repo
Browse files Browse the repository at this point in the history
instead of installing the latest from rubygems
  • Loading branch information
LeipeLeon committed Jan 25, 2023
1 parent 4576b4f commit f8f379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install dip
rake install
dip provision
- name: Run linters
run: dip rubocop
Expand Down

0 comments on commit f8f379e

Please sign in to comment.