Skip to content

Commit

Permalink
Remove ruby version references in ci checks
Browse files Browse the repository at this point in the history
GH actions defaults to .ruby-version
  • Loading branch information
jenshenny committed Apr 1, 2024
1 parent 87554ba commit 7a5f1b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
- name: Run style checks
run: bin/rubocop
Expand All @@ -78,7 +77,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
# bundler-cache: true
- name: Run static type checks
run: |
Expand Down

0 comments on commit 7a5f1b7

Please sign in to comment.