Skip to content

Update specs to use Yabeda RSpec matchers, refresh CI setup #21

Update specs to use Yabeda RSpec matchers, refresh CI setup

Update specs to use Yabeda RSpec matchers, refresh CI setup #21

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
rubocop:
name: "RuboCop"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Lint Ruby code with RuboCop
run: |
bundle exec rubocop