Skip to content

Explicitly state Ruby version constraints in gemspec #43

Explicitly state Ruby version constraints in gemspec

Explicitly state Ruby version constraints in gemspec #43

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
release:
types: [published]
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_7_0.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rubocop
run: "bundle exec rubocop"