Skip to content

Commit

Permalink
Remove ruby version from rubocop workflow, uses the version in `.ruby…
Browse files Browse the repository at this point in the history
…-version` instead
  • Loading branch information
dwelch-r7 committed Jun 28, 2023
1 parent a1438cf commit 0961a7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 2.7.5
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.5
bundler-cache: true

- name: Run Rubocop
Expand Down

0 comments on commit 0961a7f

Please sign in to comment.