Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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