Skip to content

Commit

Permalink
#62 Fix code climate by upgrading to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan authored Jun 8, 2024
2 parents dec7129 + ec38484 commit b9f93e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: paambaati/codeclimate-action@v5.0.0
- uses: paambaati/codeclimate-action@v6.0.0
with:
coverageCommand: bundle exec rake
debug: true

0 comments on commit b9f93e9

Please sign in to comment.