Skip to content

Commit

Permalink
Shorten to avoid horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored Feb 5, 2025
1 parent ef45abe commit 8711a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a `.ruby-version`, `.tool-versions` or `mise.toml`
ruby-version: '3.3' # Not needed with a .ruby-version, .tool-versions or mise.toml
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
```
Expand Down

0 comments on commit 8711a86

Please sign in to comment.