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 189020d commit 1e2ebf3Copy full SHA for 1e2ebf3
.github/workflows/pull_request.yml
@@ -10,8 +10,7 @@ jobs:
10
- name: Setup Ruby
11
uses: ruby/setup-ruby@v1
12
with:
13
- ruby-version: 3.1
14
- bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+ bundler-cache: true
15
- name: Build and test with Rake/Rubocop
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments