From 8711a86ab6f9aa72890da4123b2ef7283b6b22b6 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 5 Feb 2025 11:11:17 +0100 Subject: [PATCH] Shorten to avoid horizontal scrolling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc0f1e..fa46537 100644 --- a/README.md +++ b/README.md @@ -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 ```