We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4626e commit dee7aa9Copy full SHA for dee7aa9
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Ruby
19
uses: ruby/setup-ruby@v1
20
with:
21
- ruby-version: 2.6
+ ruby-version: 2.7
22
bundler-cache: true
23
24
- name: Run linters
@@ -45,7 +45,7 @@ jobs:
45
run: bundle exec rspec
46
timeout-minutes: 1
47
- name: Test & publish code coverage
48
- uses: paambaati/codeclimate-action@v3.0.0
+ uses: paambaati/codeclimate-action@v5.0.0
49
if: matrix.coverage && github.ref == 'refs/heads/master'
50
env:
51
CC_TEST_REPORTER_ID: cb01575b98b3b80848a3bc292ca6145860871470e5d0669453030d36578f9115
0 commit comments