We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef45abe commit 8711a86Copy full SHA for 8711a86
README.md
@@ -74,7 +74,7 @@ jobs:
74
- uses: actions/checkout@v4
75
- uses: ruby/setup-ruby@v1
76
with:
77
- 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
78
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
79
- run: bundle exec rake
80
```
0 commit comments