Shorten to avoid horizontal scrolling

This commit is contained in:
Benoit Daloze
2025-02-05 11:11:17 +01:00
committed by GitHub
parent ef45abe478
commit 8711a86ab6
+1 -1
View File
@@ -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
```