Skip to content

chore(deps): update ruby/setup-ruby action to v1.302.0 #118

chore(deps): update ruby/setup-ruby action to v1.302.0

chore(deps): update ruby/setup-ruby action to v1.302.0 #118

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.3']
name: Ruby ${{ matrix.ruby }} CI
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle install
- run: bundle exec rubocop
- run: bundle exec rake test