Skip to content

Bump actions/checkout from 3 to 4 #226

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #226

Workflow file for this run

name: Coverage
on:
push:
branches:
- main
pull_request:
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: 6b81e393ea6ad38560386f650ea2fb0e57a7beb5e20f8c8364fabee30d5bff07
with:
coverageCommand: bundle exec rake