Skip to content

Bump paambaati/codeclimate-action from 5.0.0 to 8.0.0 #84

Bump paambaati/codeclimate-action from 5.0.0 to 8.0.0

Bump paambaati/codeclimate-action from 5.0.0 to 8.0.0 #84

Workflow file for this run

name: RSpec
on:
pull_request: {}
push:
branches:
- master
jobs:
rspec:
name: RSpec
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: b5cd4fd6161b3e9c4605946dfffb596bdf95ed086e9a6b9e63e34c8e4a89d2bd
with:
coverageCommand: bundle exec rake