Skip to content

Update irb 1.14.1 → 1.14.3 (patch) #64

Update irb 1.14.1 → 1.14.3 (patch)

Update irb 1.14.1 → 1.14.3 (patch) #64

Workflow file for this run

name: pull_request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
rubygems: latest
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec
- name: Run RuboCop
run: bundle exec rake rubocop