Skip to content

Commit 8711a86

Browse files
authored
Shorten to avoid horizontal scrolling
1 parent ef45abe commit 8711a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- uses: ruby/setup-ruby@v1
7676
with:
77-
ruby-version: '3.3' # Not needed with a `.ruby-version`, `.tool-versions` or `mise.toml`
77+
ruby-version: '3.3' # Not needed with a .ruby-version, .tool-versions or mise.toml
7878
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
7979
- run: bundle exec rake
8080
```

0 commit comments

Comments
 (0)