Skip to content

build(deps): bump ruby/setup-ruby from 1.175.0 to 1.175.1 #941

build(deps): bump ruby/setup-ruby from 1.175.0 to 1.175.1

build(deps): bump ruby/setup-ruby from 1.175.0 to 1.175.1 #941

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
jobs:
tests:
strategy:
matrix:
platform: ["ubuntu-latest", "macos-latest"]
ruby: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Git repository
uses: actions/checkout@main
- name: Set up Ruby
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bundle exec rake
- name: Run RuboCop
run: bundle exec rubocop -D lib/