Skip to content

Extend RSpec matchers to allow receiving multiple expectations #3

Extend RSpec matchers to allow receiving multiple expectations

Extend RSpec matchers to allow receiving multiple expectations #3

Workflow file for this run

name: Lint Ruby
on:
push:
branches:
- master
paths:
- "gemfiles/*"
- "Gemfile"
- "**/*.rb"
- "**/*.gemspec"
- ".github/workflows/lint.yml"
pull_request:
paths:
- "gemfiles/*"
- "Gemfile"
- "**/*.rb"
- "**/*.gemspec"
- ".github/workflows/lint.yml"
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Lint Ruby code with RuboCop
run: |
bundle exec rubocop